Home
last modified time | relevance | path

Searched defs:eventKey (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dswitch_tdd_test.cpp48 jerry_value_t eventKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("on")); in SetUp() local
Dswiper_tdd_test.cpp45 jerry_value_t eventKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("on")); in SetUp() local
/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp784 for (uint32_t eventKey = 0; eventKey < KEY_CNT; eventKey++) { in GetEventKeys() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h985 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinner_bundle_info.cpp2779 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &co… in GetCommonEvents() argument
Dbundle_mgr_host_impl.cpp2434 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo()
Dbundle_data_mgr.cpp4863 bool BundleDataMgr::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_proxy.cpp2632 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo()
Dbundle_mgr_host.cpp2210 std::string eventKey = data.ReadString(); in HandleGetAllCommonEventInfo() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
Dbms_bundle_manager_test.cpp1815 std::string eventKey = "eventKey"; variable