/base/telephony/cellular_data/services/include/apn_manager/ |
D | apn_item.h | 43 struct attribute { struct 44 char types_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; 45 char numeric_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; 46 int32_t profileId_ = 0; 47 char protocol_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; 48 char roamingProtocol_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; 49 int32_t authType_ = 0; 50 char apn_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; 51 char apnName_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; 52 char user_[ALL_APN_ITEM_CHAR_LENGTH] = { 0 }; [all …]
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
D | print_preview_attribute_test.cpp | 50 OHOS::Print::PrintPreviewAttribute attribute; variable 62 OHOS::Print::PrintPreviewAttribute attribute; variable 75 OHOS::Print::PrintPreviewAttribute attribute; variable 88 OHOS::Print::PrintPreviewAttribute attribute; variable 105 OHOS::Print::PrintPreviewAttribute attribute; variable 120 OHOS::Print::PrintPreviewAttribute attribute; variable 136 OHOS::Print::PrintPreviewAttribute attribute; variable
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_attach_test.cpp | 131 InputAttribute attribute; variable 156 InputAttribute attribute; variable 183 InputAttribute attribute; variable 278 InputAttribute attribute; variable 341 InputAttribute attribute; variable 367 InputAttribute attribute; variable 423 InputAttribute attribute; variable 453 InputAttribute attribute; variable 487 InputAttribute attribute; variable 519 InputAttribute attribute; variable [all …]
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_client_info.h | 35 InputAttribute attribute; // the input client attribute member
|
/base/startup/init/services/init/lite/ |
D | init_service.c | 91 void SetServiceEnterSandbox(const char *path, unsigned int attribute) in SetServiceEnterSandbox()
|
/base/inputmethod/imf/test/unittest/napi_test/src/ |
D | InputMethodWithAttachTest.js | 323 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… variable 353 let attribute = { textInputType: 1, enterKeyType: 1 }; variable
|
D | InputMethodTest.js | 725 let attribute = { variable 759 let attribute = { variable 978 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… variable
|
/base/startup/init/services/init/standard/ |
D | init_service.c | 159 void SetServiceEnterSandbox(const char *execPath, unsigned int attribute) in SetServiceEnterSandbox()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | js_get_input_method_controller.h | 49 InputAttribute attribute; member 133 InputAttribute attribute; member
|
D | js_utils.cpp | 324 napi_value JsUtils::GetValue(napi_env env, const InputAttribute &attribute) in GetValue()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
D | input_method_controller.cpp | 145 InputAttribute attribute = { .inputPattern = InputAttribute::PATTERN_TEXT }; in Initialize() local 408 InputAttribute attribute; in Attach() local 414 sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const InputAttribute &attribute) in Attach()
|
/base/startup/init/services/init/include/ |
D | init_service.h | 140 unsigned int attribute; member
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
D | input_method_ability.cpp | 352 InputAttribute attribute; in OnConfigurationChange() local
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_text_input_client_engine.cpp | 571 … const InputAttribute attribute = { .inputPattern = enterKeyType, .enterKeyType = inputPattern }; in GetEditorAttributeSync() local
|