Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 14 of 14) sorted by relevance

/base/telephony/cellular_data/services/include/apn_manager/
Dapn_item.h43 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/
Dprint_preview_attribute_test.cpp50 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/
Dinput_method_attach_test.cpp131 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/
Dinput_client_info.h35 InputAttribute attribute; // the input client attribute member
/base/startup/init/services/init/lite/
Dinit_service.c91 void SetServiceEnterSandbox(const char *path, unsigned int attribute) in SetServiceEnterSandbox()
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js323 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… variable
353 let attribute = { textInputType: 1, enterKeyType: 1 }; variable
DInputMethodTest.js725 let attribute = { variable
759 let attribute = { variable
978 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… variable
/base/startup/init/services/init/standard/
Dinit_service.c159 void SetServiceEnterSandbox(const char *execPath, unsigned int attribute) in SetServiceEnterSandbox()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h49 InputAttribute attribute; member
133 InputAttribute attribute; member
Djs_utils.cpp324 napi_value JsUtils::GetValue(napi_env env, const InputAttribute &attribute) in GetValue()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp145 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/
Dinit_service.h140 unsigned int attribute; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp352 InputAttribute attribute; in OnConfigurationChange() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp571 … const InputAttribute attribute = { .inputPattern = enterKeyType, .enterKeyType = inputPattern }; in GetEditorAttributeSync() local