/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_resource.h | 49 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL); 65 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL); 81 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
|
H A D | hap_parser.h | 143 const std::shared_ptr<ResConfigImpl> defaultConfig = nullptr, const uint32_t &selectedTypes = SELECT_ALL);
|
H A D | hap_manager.h | 399 bool AddResourcePath(const char *path, const uint32_t &selectedTypes = SELECT_ALL);
|
H A D | resource_manager_impl.h | 63 virtual bool AddResource(const char *path, const uint32_t &selectedTypes = SELECT_ALL);
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 120 static const uint32_t SELECT_ALL = 0xFFFFFFFF; member
|
H A D | resource_manager.h | 78 virtual bool AddResource(const char *path, const uint32_t &selectedTypes = SELECT_ALL) = 0;
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 82 if (selectedTypes == SELECT_ALL) { in Load() 93 if (pResource != nullptr && selectedTypes == SELECT_ALL) { in Load()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 349 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::SELECT_ALL): in ConvertToCExtendAction()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 76 SELECT_ALL = 0, member in OHOS::MiscServices::ExtendAction
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 220 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::SELECT_ALL)); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_resource_test.cpp | 263 const uint32_t &selectedTypes = SELECT_ALL) in LoadFromHap() 262 LoadFromHap(const char *hapPath, const std::shared_ptr<ResConfigImpl> defaultConfig, const uint32_t &selectedTypes = SELECT_ALL) LoadFromHap() argument
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 476 return SELECT_ALL; in ConvertType() 487 if (selectedTypes != SELECT_ALL && (selectedTypes & ConvertType(idItem->resType_)) == 0) { in ParseIdItem() 585 (selectedTypes != SELECT_ALL && defaultConfig && !defaultConfig->Match(key->resConfig_, false))) { in ParseKey()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 176 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::SELECT_ALL), &actionSelectAll)); in GetJsExtendActionProperty() 181 NAPI_CALL(env, napi_set_named_property(env, action, "SELECT_ALL", actionSelectAll)); in GetJsExtendActionProperty()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 209 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::SELECT_ALL), &actionSelectAll)); in GetJsExtendActionProperty() 214 NAPI_CALL(env, napi_set_named_property(env, action, "SELECT_ALL", actionSelectAll)); in GetJsExtendActionProperty()
|