Searched refs:hasSlotId (Results 1 – 2 of 2) sorted by relevance
249 bool hasSlotId = NapiUtil::HasNamedTypeProperty(env, object, napi_number, g_slotIdStr); in MatchSendMessageParameters() local252 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendMessageParameters()380 bool hasSlotId = NapiUtil::HasNamedTypeProperty(env, object, napi_number, g_slotIdStr); in MatchSendShortMessageParameters() local383 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendShortMessageParameters()
825 bool hasSlotId = HasNamedPropertyType(env, parameters[0], napi_number, "slotId"); in MatchSetNetworkSelectionModeParameters() local829 if (hasSlotId && hasSelectMode && hasNetworkInformation && hasResumeSelection) { in MatchSetNetworkSelectionModeParameters()