Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp269 bool hasSlotId = NapiUtil::HasNamedTypeProperty(env, object, napi_number, g_slotIdStr); in MatchSendMessageParameters() local
272 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendMessageParameters()
410 bool hasSlotId = NapiUtil::HasNamedTypeProperty(env, object, napi_number, g_slotIdStr); in MatchSendShortMessageParameters() local
413 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendShortMessageParameters()
/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()

Completed in 12 milliseconds