Home
last modified time | relevance | path

Searched refs:MatchOptionPropertyType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h50 static bool MatchOptionPropertyType(
H A Dnapi_util.cpp241 bool NapiUtil::MatchOptionPropertyType( in MatchOptionPropertyType() function in OHOS::Telephony::NapiUtil
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp263 …bool serviceCenterTypeMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_string, g_servic… in MatchSendMessageParameters()
264 …bool sendCallbackTypeMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_function, g_sendC… in MatchSendMessageParameters()
266 NapiUtil::MatchOptionPropertyType(env, object, napi_function, g_deliveryCallbackStr); in MatchSendMessageParameters()
267 …bool destindationPortMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_number, g_destina… in MatchSendMessageParameters()
394 …bool serviceCenterTypeMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_string, g_servic… in MatchSendShortMessageParameters()
395 …bool sendCallbackTypeMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_function, g_sendC… in MatchSendShortMessageParameters()
397 NapiUtil::MatchOptionPropertyType(env, object, napi_function, g_deliveryCallbackStr); in MatchSendShortMessageParameters()
398 …bool destindationPortMatch = NapiUtil::MatchOptionPropertyType(env, object, napi_number, g_destina… in MatchSendShortMessageParameters()