Searched refs:disclosure (Results 1 – 5 of 5) sorted by relevance
6241 RIL_CellularIdentifierDisclosure disclosure; local6243 if (at_tok_nextstr(&p, &disclosure.plmn) < 0) {6247 if (at_tok_nextint(&p, &disclosure.identifierType) < 0) {6251 if (at_tok_nextint(&p, &disclosure.protocolMessage) < 0) {6255 if (at_tok_nextbool(&p, (char*)&disclosure.isEmergency) < 0) {6260 RIL_onUnsolicitedResponse(RIL_UNSOL_CELLULAR_IDENTIFIER_DISCLOSED, (void*)&disclosure,6261 sizeof(disclosure));
90 their unauthorized disclosure and use. The period of confidentiality shall be indefinite. YOU agree…
41 …t less than a reasonable degree of care, to prevent their unauthorized disclosure and use. The per…
136 modification, disclosure or transfer of the Software is restricted in
10681 aidl_radio::network::CellularIdentifierDisclosure disclosure; in cellularIdentifierDisclosedInd() local10682 disclosure.identifier = in cellularIdentifierDisclosedInd()10684 disclosure.protocolMessage = in cellularIdentifierDisclosedInd()10686 disclosure.plmn = rawDisclosure->plmn; in cellularIdentifierDisclosedInd()10687 disclosure.isEmergency = rawDisclosure->isEmergency; in cellularIdentifierDisclosedInd()10690 disclosure); in cellularIdentifierDisclosedInd()