/base/inputmethod/imf/frameworks/cj/src/ |
H A D | utils.cpp | 36 props.labelId = property.labelId; in InputMethodProperty2C() 47 property.labelId = props.labelId; in C2InputMethodProperty() 58 props.labelId = property.labelId; in InputMethodSubProperty2C()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | security_token.cpp | 42 .labelId = 1, 61 .labelId = 1, 80 .labelId = 1, 99 .labelId = 1, 118 .labelId = 1, 137 .labelId = 1, 156 .labelId = 1,
|
H A D | core_service_test.h | 41 .labelId = 1, 60 .labelId = 1, 79 .labelId = 1, 98 .labelId = 1, 117 .labelId = 1,
|
H A D | network_search_manager_test.h | 45 .labelId = 1, 64 .labelId = 1, 83 .labelId = 1, 102 .labelId = 1, 121 .labelId = 1, 140 .labelId = 1,
|
H A D | network_search_test.h | 45 .labelId = 1, 64 .labelId = 1, 83 .labelId = 1, 102 .labelId = 1, 121 .labelId = 1, 140 .labelId = 1,
|
H A D | sim_test_util.h | 44 .labelId = 1, 63 .labelId = 1, 82 .labelId = 1, 101 .labelId = 1, 120 .labelId = 1,
|
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_mms_gtest.h | 41 .labelId = 1, 58 .labelId = 1, 75 .labelId = 1, 92 .labelId = 1, 109 .labelId = 1, 126 .labelId = 1, 143 .labelId = 1,
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_branch_test.h | 40 .labelId = 1,
59 .labelId = 1,
78 .labelId = 1,
97 .labelId = 1,
116 .labelId = 1,
|
H A D | state_registry_test.h | 54 .labelId = 1, 73 .labelId = 1, 92 .labelId = 1, 111 .labelId = 1, 130 .labelId = 1,
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/include/ |
H A D | call_manager_connect.h | 70 .labelId = 1, 89 .labelId = 1, 108 .labelId = 1, 127 .labelId = 1, 146 .labelId = 1, 165 .labelId = 1, 184 .labelId = 1, 203 .labelId = 1,
|
/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_email_data.cpp | 50 std::string &address, const std::string &labelId, std::string &labelName, std::string &displayName) in InitEmailData() 53 labelId_ = labelId; in InitEmailData() 73 void VCardEmailData::SetLabelId(const std::string &labelId) in SetLabelId() argument 75 labelId_ = labelId; in SetLabelId() 49 InitEmailData( std::string &address, const std::string &labelId, std::string &labelName, std::string &displayName) InitEmailData() argument
|
H A D | vcard_im_data.cpp | 53 void VCardImData::SetLabelId(const std::string &labelId) in SetLabelId() argument 55 labelId_ = labelId; in SetLabelId()
|
H A D | vcard_event_data.cpp | 61 void VCardEventData::SetLabelId(const std::string &labelId) in SetLabelId() argument 63 labelId_ = labelId; in SetLabelId()
|
H A D | vcard_sip_data.cpp | 69 void VCardSipData::SetLabelId(const std::string &labelId) in SetLabelId() argument 71 labelId_ = labelId; in SetLabelId()
|
H A D | vcard_phone_data.cpp | 68 void VCardPhoneData::SetLabelId(const std::string &labelId) in SetLabelId() argument 70 labelId_ = labelId; in SetLabelId()
|
/base/telephony/core_service/services/network_search/test/ |
H A D | test.h | 42 .labelId = 1, 61 .labelId = 1, 80 .labelId = 1, 99 .labelId = 1,
|
/base/telephony/sms_mms/test/unittest/ |
H A D | access_mms_token.h | 41 .labelId = 1, 58 .labelId = 1, 75 .labelId = 1, 93 .labelId = 1,
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_manager.cpp | 74 info.labelId = iter->labelId; in GetAuthenticatorInfo() 86 info.labelId = iter_extensionInfos->labelId; in GetAuthenticatorInfo()
|
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | input_method_ffi_structs.h | 29 uint32_t labelId; member 40 uint32_t labelId; member
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_property.h | 29 uint32_t labelId = 0; // the labelId of inputMethod member 36 uint32_t labelId = 0; // the labelId of subtype member
|
/base/telephony/core_service/utils/vcard/include/contact_data/ |
H A D | vcard_email_data.h | 30 std::string &address, const std::string &labelId, std::string &labelName, std::string &displayName); 34 void SetLabelId(const std::string &labelId);
|
/base/telephony/cellular_data/test/ |
H A D | data_access_token.cpp | 42 .labelId = 1, 61 .labelId = 1,
|
/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | satellite_test.h | 52 .labelId = 1, 71 .labelId = 1, 90 .labelId = 1,
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 352 std::string labelId = data->GetLabelId(); in ConstructPhones() local 355 if (VCardUtils::IsNum(labelId) && labelId.size() < INT_64_LENTGH + 1) { in ConstructPhones() 356 type = std::stoll(labelId); in ConstructPhones() 367 AddTelLine(labelId, labelName, number); in ConstructPhones() 412 auto labelId = imsData->GetLabelId(); in ConstructIms() local 413 auto type = VCardUtils::GetTypeFromImLabelId(labelId); in ConstructIms() 480 int32_t labelId = static_cast<int32_t>(EmailType::EMAIL_OTHER); in ConstructEmails() local 483 labelId = std::stoi(labelIdStr); in ConstructEmails() 489 AddEmailLine(labelId, dat in ConstructEmails() 506 int32_t labelId = static_cast<int32_t>(PostalType::ADDR_HOME); ConstructPostals() local 714 int32_t labelId = static_cast<int32_t>(EventType::EVENT_OTHER); ConstructEvents() local 755 AddTelLine(const std::string &labelId, const std::string &labelName, const std::string &number) AddTelLine() argument [all...] |
/base/security/access_token/frameworks/accesstoken/src/ |
H A D | permission_def_parcel.cpp | 33 RETURN_IF_FALSE(out.WriteInt32(this->permissionDef.labelId)); in Marshalling() 58 RELEASE_IF_FALSE(in.ReadInt32(permissionDefParcel->permissionDef.labelId), permissionDefParcel); in Unmarshalling()
|