Home
last modified time | relevance | path

Searched refs:eventKey (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dswitch_tdd_test.cpp48 jerry_value_t eventKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("on")); in SetUp() local
50 jerry_value_t ret3 = jerry_set_property(optionsObj_, eventKey, eventObj_); in SetUp()
52 ReleaseJerryValue(attrsKey, ret1, styleKey, ret2, eventKey, ret3, VA_ARG_END_FLAG); in SetUp()
H A Dswiper_tdd_test.cpp45 jerry_value_t eventKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("on")); in SetUp() local
47 jerry_value_t ret3 = jerry_set_property(optionsObj_, eventKey, eventObj_); in SetUp()
48 ReleaseJerryValue(attrsKey, styleKey, eventKey, ret1, ret2, ret3, VA_ARG_END_FLAG); in SetUp()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp784 for (uint32_t eventKey = 0; eventKey < KEY_CNT; eventKey++) { in GetEventKeys()
785 if (!libevdev_has_event_code(dev, EV_KEY, eventKey)) { in GetEventKeys()
786 DHLOGD("The device is not support eventKey: %{public}d", eventKey); in GetEventKeys()
789 identifier.eventKeys.push_back(eventKey); in GetEventKeys()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp74 std::string eventKey (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI()
79 bundleMgrProxy.GetAllCommonEventInfo(eventKey, commonEventInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h981 * @param eventKey Indicates the event of the subscribe.
985 virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument
H A Dbundle_mgr_proxy.h724 * @param eventKey Indicates the event of the subscribe.
728 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h703 * @param eventKey Indicates the event of the subscribe.
707 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
H A Dbundle_data_mgr.h569 * @param eventKey Indicates the event of the subscribe.
573 bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) const;
H A Dinner_bundle_info.h1176 void GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2439 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo() argument
2442 APP_LOGD("start GetAllCommonEventInfo, eventKey : %{public}s", eventKey.c_str()); in GetAllCommonEventInfo()
2452 return dataMgr->GetAllCommonEventInfo(eventKey, commonEventInfos); in GetAllCommonEventInfo()
H A Dinner_bundle_info.cpp2680 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) const in GetCommonEvents() argument
2685 if (event == eventKey) { in GetCommonEvents()
H A Dbundle_data_mgr.cpp4909 bool BundleDataMgr::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo() argument
4912 if (eventKey.empty()) { in GetAllCommonEventInfo()
4927 info.GetCommonEvents(eventKey, commonEventInfos); in GetAllCommonEventInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp2632 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo() argument
2635 if (eventKey.empty()) { in GetAllCommonEventInfo()
2636 APP_LOGE("fail to GetAllCommonEventInfo due to eventKey empty"); in GetAllCommonEventInfo()
2646 if (!data.WriteString(eventKey)) { in GetAllCommonEventInfo()
2647 APP_LOGE("fail to GetAllCommonEventInfo due to write eventKey fail"); in GetAllCommonEventInfo()
H A Dbundle_mgr_host.cpp2213 std::string eventKey = data.ReadString(); in HandleGetAllCommonEventInfo() local
2215 bool ret = GetAllCommonEventInfo(eventKey, infos); in HandleGetAllCommonEventInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1815 std::string eventKey = "eventKey"; in HWTEST_F() local
1819 eventKey, commonEventInfos); in HWTEST_F()

Completed in 69 milliseconds