Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp249 bool hasSlotId = NapiUtil::HasNamedTypeProperty(env, object, napi_number, g_slotIdStr); in MatchSendMessageParameters() local
252 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendMessageParameters()
380 bool hasSlotId = NapiUtil::HasNamedTypeProperty(env, object, napi_number, g_slotIdStr); in MatchSendShortMessageParameters() local
383 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendShortMessageParameters()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp825 bool hasSlotId = HasNamedPropertyType(env, parameters[0], napi_number, "slotId"); in MatchSetNetworkSelectionModeParameters() local
829 if (hasSlotId && hasSelectMode && hasNetworkInformation && hasResumeSelection) { in MatchSetNetworkSelectionModeParameters()