/base/inputmethod/imf/services/src/ |
D | input_method_info.cpp | 37 labelId = property.labelId; in InputMethodInfo() 54 labelId = property.labelId; in operator =()
|
D | ime_info_inquirer.cpp | 136 …gById(extInfos[0].bundleName, extInfos[0].moduleName, extInfos[0].applicationInfo.labelId, userId); in GetImeInfoFromBundleMgr() 137 info.prop.labelId = extInfos[0].applicationInfo.labelId; in GetImeInfoFromBundleMgr() 209 params += "\"labelId\": \"" + std::to_string(property.labelId) + "\","; in GetInputMethodParam() 231 …label = GetStringById(extension.bundleName, extension.moduleName, applicationInfo.labelId, userId); in ListInputMethodInfo() 237 property.labelId = applicationInfo.labelId; in ListInputMethodInfo() 277 …tStringById(extension.bundleName, extension.moduleName, extension.applicationInfo.labelId, userId), in ListInputMethod() 278 .labelId = extension.applicationInfo.labelId, in ListInputMethod() 368 subProperty.labelId = extInfo.labelId; in ListInputMethodSubtype() 369 …subProperty.label = GetStringById(extInfo.bundleName, extInfo.moduleName, extInfo.labelId, userId); in ListInputMethodSubtype() 409 subProp.labelId = atoi(subProp.label.substr(pos + 1).c_str()); in ListInputMethodSubtype() [all …]
|
/base/telephony/sms_mms/test/gtest/ |
D | sms_mms_gtest.h | 41 .labelId = 1, 58 .labelId = 1, 75 .labelId = 1, 92 .labelId = 1,
|
/base/telephony/sms_mms/test/unittest/ |
D | access_mms_token.h | 41 .labelId = 1, 58 .labelId = 1, 75 .labelId = 1, 93 .labelId = 1,
|
/base/telephony/core_service/services/network_search/test/ |
D | test.h | 42 .labelId = 1, 61 .labelId = 1, 80 .labelId = 1, 99 .labelId = 1,
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.h | 44 .labelId = 1, 63 .labelId = 1, 82 .labelId = 1, 101 .labelId = 1, 120 .labelId = 1, 139 .labelId = 1,
|
D | sim_test_util.h | 44 .labelId = 1, 63 .labelId = 1, 82 .labelId = 1, 101 .labelId = 1, 120 .labelId = 1,
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.h | 54 .labelId = 1, 73 .labelId = 1, 92 .labelId = 1, 111 .labelId = 1, 130 .labelId = 1,
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
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/native/inputmethod_controller/include/ |
D | input_method_property.h | 28 int32_t labelId = 0; // the labelId of inputMethod member 35 int32_t labelId = 0; // the labelId of subtype member
|
/base/security/access_token/frameworks/accesstoken/src/ |
D | permission_def_parcel.cpp | 33 RETURN_IF_FALSE(out.WriteInt32(this->permissionDef.labelId)); in Marshalling() 57 RELEASE_IF_FALSE(in.ReadInt32(permissionDefParcel->permissionDef.labelId), permissionDefParcel); in Unmarshalling()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | js_input_method.cpp | 126 napi_value labelId = nullptr; in GetJsInputMethodProperty() local 127 napi_create_int32(env, property.labelId, &labelId); in GetJsInputMethodProperty() 128 napi_set_named_property(env, prop, "labelId", labelId); in GetJsInputMethodProperty() 145 napi_value labelId = nullptr; in GetJsInputMethodSubProperty() local 146 napi_create_int32(env, subProperty.labelId, &labelId); in GetJsInputMethodSubProperty() 147 napi_set_named_property(env, prop, "labelId", labelId); in GetJsInputMethodSubProperty()
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
D | permission_def.h | 73 int labelId; variable
|
/base/inputmethod/imf/services/include/ |
D | input_method_info.h | 33 int32_t labelId = 0; variable
|
/base/security/access_token/test/fuzztest/access_token/getdefpermission_fuzzer/ |
D | getdefpermission_fuzzer.cpp | 43 .labelId = 1, in GetDefPermissionFuzzTest()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
D | itypes_util.cpp | 127 … if (!Marshal(data, input.name, input.id, input.label, input.labelId, input.icon, input.iconId)) { in Marshalling() 136 …if (!Unmarshal(data, output.name, output.id, output.label, output.labelId, output.icon, output.ico… in Unmarshalling() 145 …if (!Marshal(data, input.label, input.labelId, input.name, input.id, input.mode, input.locale, inp… in Marshalling() 155 …if (!Unmarshal(data, output.label, output.labelId, output.name, output.id, output.mode, output.loc… in Unmarshalling()
|
/base/security/access_token/test/fuzztest/access_token/allochaptoken_fuzzer/ |
D | allochaptoken_fuzzer.cpp | 43 .labelId = 1, in AllocHapTokenFuzzTest()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 62 .labelId = 1, 81 .labelId = 1, 100 .labelId = 1, 119 .labelId = 1, 138 .labelId = 1, 157 .labelId = 1, 176 .labelId = 1, 195 .labelId = 1,
|
/base/security/access_token/test/fuzztest/access_token/updatehaptoken_fuzzer/ |
D | updatehaptoken_fuzzer.cpp | 46 .labelId = 1, in UpdateHapTokenFuzzTest()
|
/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/ |
D | net_proxy_adapter_test.cpp | 84 .labelId = 1, 96 .labelId = 1, 107 .labelId = 1,
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.h | 53 .labelId = 1, 72 .labelId = 1, 91 .labelId = 1,
|
/base/security/access_token/test/fuzztest/access_token_stub/allochaptokenstub_fuzzer/ |
D | allochaptokenstub_fuzzer.cpp | 44 .labelId = 1, in AllocHapTokenStubFuzzTest()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/ |
D | data_translator.cpp | 43 outGenericValues.Put(TokenFiledConst::FIELD_LABEL_ID, inPermissionDef.labelId); in TranslationIntoGenericValues() 64 outPermissionDef.labelId = inGenericValues.GetInt(TokenFiledConst::FIELD_LABEL_ID); in TranslationIntoPermissionDef()
|
/base/security/access_token/test/fuzztest/access_token_stub/updatehaptokenstub_fuzzer/ |
D | updatehaptokenstub_fuzzer.cpp | 42 .labelId = 1, in UpdateHapTokenStubFuzzTest()
|
/base/security/access_token/interfaces/kits/accesstoken/test/benchmarktest/ |
D | napi_atmanager_test.cpp | 41 .labelId = 1,
|