Home
last modified time | relevance | path

Searched refs:eventKey (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_mgr_service_test.cpp70 const std::string &eventKey, const std::string &defaultValue) in GetAccountEventStr() argument
72 const auto &it = accountEventMap.find(eventKey); in GetAccountEventStr()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_manager_test.cpp56 const std::string &eventKey, const std::string &defaultValue) in GetAccountEventStr() argument
58 const auto &it = accountEventMap.find(eventKey); in GetAccountEventStr()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp784 for (uint32_t eventKey = 0; eventKey < KEY_CNT; eventKey++) { in GetEventKeys() local
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()
/ohos5.0/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()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp67 const std::string &eventKey, const std::string &defaultValue) in GetAccountEventStr() argument
69 const auto &it = accountEventMap.find(eventKey); in GetAccountEventStr()
/ohos5.0/docs/zh-cn/application-dev/calendarmanager/
H A Dcalendarmanager-event-developer.md21 | getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Promise\<Event[]> | 获取Calendar下…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md1217 getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[], callback: AsyncCallback\<Event[]>):v…
1228 | eventKey | (keyof [Event](#event))[] | 是 | 查询字段。 |
1281 getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Promise\<Event[]>
1292 | eventKey | (keyof [Event](#event))[] | 否 | 查询字段。 |
/ohos5.0/docs/en/application-dev/calendarmanager/
H A Dcalendarmanager-event-developer.md21 | getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Promise\<Event[]> | Obtains all…
/ohos5.0/docs/en/application-dev/reference/apis-calendar-kit/
H A Djs-apis-calendarManager.md1219 getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[], callback: AsyncCallback\<Event[]>):v…
1230 | eventKey | (keyof [Event](#event))[] | Yes | Filter field. |
1283 getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Promise\<Event[]>
1296 | eventKey | (keyof [Event](#event))[] | No | Filter field.|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h986 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo() argument
H A Dbundle_mgr_proxy.h728 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h707 virtual bool GetAllCommonEventInfo(const std::string &eventKey,
H A Dbundle_data_mgr.h571 …bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventI…
H A Dinner_bundle_info.h1198 …void GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) cons…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-application.md24 |新增|NA|类名:Calendar;<br>方法or属性:getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Pro…
25 |新增|NA|类名:Calendar;<br>方法or属性:getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[], callba…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp2600 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo() argument
2603 if (eventKey.empty()) { in GetAllCommonEventInfo()
2614 if (!data.WriteString(eventKey)) { in GetAllCommonEventInfo()
H A Dbundle_mgr_host.cpp2221 std::string eventKey = data.ReadString(); in HandleGetAllCommonEventInfo() local
2223 bool ret = GetAllCommonEventInfo(eventKey, infos); in HandleGetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2493 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo() argument
2496 APP_LOGD("start GetAllCommonEventInfo, eventKey : %{public}s", eventKey.c_str()); in GetAllCommonEventInfo()
2506 return dataMgr->GetAllCommonEventInfo(eventKey, commonEventInfos); in GetAllCommonEventInfo()
H A Dinner_bundle_info.cpp2783 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &co… in GetCommonEvents() argument
2788 if (event == eventKey) { in GetCommonEvents()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-application.md24 |新增|NA|类名:Calendar;<br>方法or属性:getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Pro…
25 |新增|NA|类名:Calendar;<br>方法or属性:getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[], callba…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-application.md24 …ndar;<br>Method or attribute name: getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]…
25 …endar;<br>Method or attribute name: getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[],…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-application.md24 …ndar;<br>Method or attribute name: getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]…
25 …endar;<br>Method or attribute name: getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[],…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1816 std::string eventKey = "eventKey"; variable
1820 eventKey, commonEventInfos);

12