Home
last modified time | relevance | path

Searched refs:sendCallbackTypeMatch (Results 1 - 1 of 1) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp284 bool sendCallbackTypeMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_function, g_sendCallbackStr); in MatchSendMessageParameters() local
288 if (contentIsStr && serviceCenterTypeMatch && sendCallbackTypeMatch && deliveryCallbackTypeMatch) { in MatchSendMessageParameters()
290 } else if (contentIsArray && serviceCenterTypeMatch && sendCallbackTypeMatch && deliveryCallbackTypeMatch && in MatchSendMessageParameters()
425 bool sendCallbackTypeMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_function, g_sendCallbackStr); in MatchSendShortMessageParameters() local
429 if (contentIsStr && serviceCenterTypeMatch && sendCallbackTypeMatch && deliveryCallbackTypeMatch) { in MatchSendShortMessageParameters()
431 } else if (contentIsArray && serviceCenterTypeMatch && sendCallbackTypeMatch && deliveryCallbackTypeMatch && in MatchSendShortMessageParameters()

Completed in 4 milliseconds