示例#1
0
NS_IMETHODIMP
SmsRequestParent::NotifyGetSmscAddress(const nsAString& aSmscAddress,
                                       uint32_t aTypeOfNumber,
                                       uint32_t aNumberPlanIdentification)
{
    return SendReply(ReplyGetSmscAddress(nsString(aSmscAddress),
                                         aTypeOfNumber,
                                         aNumberPlanIdentification));
}
示例#2
0
NS_IMETHODIMP
SmsRequestParent::NotifyGetSmscAddress(const nsAString& aSmscAddress)
{
  return SendReply(ReplyGetSmscAddress(nsString(aSmscAddress)));
}