Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp257 bool contentIsStr = NapiUtil::MatchValueType(env, contentValue, napi_string); in MatchSendMessageParameters() local
268 …if (contentIsStr && serviceCenterTypeMatch && sendCallbackTypeMatch && deliveryCallbackTypeMatch) { in MatchSendMessageParameters()
388 bool contentIsStr = NapiUtil::MatchValueType(env, contentValue, napi_string); in MatchSendShortMessageParameters() local
399 …if (contentIsStr && serviceCenterTypeMatch && sendCallbackTypeMatch && deliveryCallbackTypeMatch) { in MatchSendShortMessageParameters()