Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp252 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendMessageParameters() local
253 if (!hasNecessaryParameter) { in MatchSendMessageParameters()
383 bool hasNecessaryParameter = hasSlotId && hasDestinationHost && hasContent; in MatchSendShortMessageParameters() local
384 if (!hasNecessaryParameter) { in MatchSendShortMessageParameters()