/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | switch_tdd_test.cpp | 48 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 D | swiper_tdd_test.cpp | 45 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 D | input_hub.cpp | 784 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 D | bundlemgrproxy_fuzzer.cpp | 74 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 D | bundle_mgr_interface.h | 981 * @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 D | bundle_mgr_proxy.h | 724 * @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 D | bundle_mgr_host_impl.h | 703 * @param eventKey Indicates the event of the subscribe. 707 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
|
H A D | bundle_data_mgr.h | 569 * @param eventKey Indicates the event of the subscribe. 573 bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventInfos) const;
|
H A D | inner_bundle_info.h | 1176 void GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2439 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 D | inner_bundle_info.cpp | 2680 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) const in GetCommonEvents() argument 2685 if (event == eventKey) { in GetCommonEvents()
|
H A D | bundle_data_mgr.cpp | 4909 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 D | bundle_mgr_proxy.cpp | 2632 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 D | bundle_mgr_host.cpp | 2213 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 D | bms_bundle_manager_test.cpp | 1815 std::string eventKey = "eventKey"; in HWTEST_F() local 1819 eventKey, commonEventInfos); in HWTEST_F()
|