Home
last modified time | relevance | path

Searched refs:labelId (Results 1 - 25 of 96) sorted by relevance

1234

/base/inputmethod/imf/frameworks/cj/src/
H A Dutils.cpp36 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 Dsecurity_token.cpp42 .labelId = 1,
61 .labelId = 1,
80 .labelId = 1,
99 .labelId = 1,
118 .labelId = 1,
137 .labelId = 1,
156 .labelId = 1,
H A Dcore_service_test.h41 .labelId = 1,
60 .labelId = 1,
79 .labelId = 1,
98 .labelId = 1,
117 .labelId = 1,
H A Dnetwork_search_manager_test.h45 .labelId = 1,
64 .labelId = 1,
83 .labelId = 1,
102 .labelId = 1,
121 .labelId = 1,
140 .labelId = 1,
H A Dnetwork_search_test.h45 .labelId = 1,
64 .labelId = 1,
83 .labelId = 1,
102 .labelId = 1,
121 .labelId = 1,
140 .labelId = 1,
H A Dsim_test_util.h44 .labelId = 1,
63 .labelId = 1,
82 .labelId = 1,
101 .labelId = 1,
120 .labelId = 1,
/base/telephony/sms_mms/test/gtest/
H A Dsms_mms_gtest.h41 .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 Dstate_registry_branch_test.h40 .labelId = 1,
59 .labelId = 1,
78 .labelId = 1,
97 .labelId = 1,
116 .labelId = 1,
H A Dstate_registry_test.h54 .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 Dcall_manager_connect.h70 .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 Dvcard_email_data.cpp50 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 Dvcard_im_data.cpp53 void VCardImData::SetLabelId(const std::string &labelId) in SetLabelId() argument
55 labelId_ = labelId; in SetLabelId()
H A Dvcard_event_data.cpp61 void VCardEventData::SetLabelId(const std::string &labelId) in SetLabelId() argument
63 labelId_ = labelId; in SetLabelId()
H A Dvcard_sip_data.cpp69 void VCardSipData::SetLabelId(const std::string &labelId) in SetLabelId() argument
71 labelId_ = labelId; in SetLabelId()
H A Dvcard_phone_data.cpp68 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 Dtest.h42 .labelId = 1,
61 .labelId = 1,
80 .labelId = 1,
99 .labelId = 1,
/base/telephony/sms_mms/test/unittest/
H A Daccess_mms_token.h41 .labelId = 1,
58 .labelId = 1,
75 .labelId = 1,
93 .labelId = 1,
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_manager.cpp74 info.labelId = iter->labelId; in GetAuthenticatorInfo()
86 info.labelId = iter_extensionInfos->labelId; in GetAuthenticatorInfo()
/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi_structs.h29 uint32_t labelId; member
40 uint32_t labelId; member
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_property.h29 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 Dvcard_email_data.h30 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 Ddata_access_token.cpp42 .labelId = 1,
61 .labelId = 1,
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.h52 .labelId = 1,
71 .labelId = 1,
90 .labelId = 1,
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp352 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 Dpermission_def_parcel.cpp33 RETURN_IF_FALSE(out.WriteInt32(this->permissionDef.labelId)); in Marshalling()
58 RELEASE_IF_FALSE(in.ReadInt32(permissionDefParcel->permissionDef.labelId), permissionDefParcel); in Unmarshalling()

Completed in 11 milliseconds

1234