Home
last modified time | relevance | path

Searched refs:SELECT_ALL (Results 1 - 14 of 14) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h49 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 Dhap_parser.h143 const std::shared_ptr<ResConfigImpl> defaultConfig = nullptr, const uint32_t &selectedTypes = SELECT_ALL);
H A Dhap_manager.h399 bool AddResourcePath(const char *path, const uint32_t &selectedTypes = SELECT_ALL);
H A Dresource_manager_impl.h63 virtual bool AddResource(const char *path, const uint32_t &selectedTypes = SELECT_ALL);
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h120 static const uint32_t SELECT_ALL = 0xFFFFFFFF; member
H A Dresource_manager.h78 virtual bool AddResource(const char *path, const uint32_t &selectedTypes = SELECT_ALL) = 0;
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp82 if (selectedTypes == SELECT_ALL) { in Load()
93 if (pResource != nullptr && selectedTypes == SELECT_ALL) { in Load()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp349 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::SELECT_ALL): in ConvertToCExtendAction()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h76 SELECT_ALL = 0, member in OHOS::MiscServices::ExtendAction
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp220 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 Dhap_resource_test.cpp263 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 Dhap_parser.cpp476 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 Djs_input_method_engine_setting.cpp176 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 Djs_get_input_method_controller.cpp209 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()

Completed in 12 milliseconds