Home
last modified time | relevance | path

Searched refs:EVENT_ID (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp32 const int32_t EVENT_ID = 1; member
135 manager.SetTimeOutEvent(EVENT_ID); in HWTEST_F()
151 manager.SetTimeOutEvent(EVENT_ID); in HWTEST_F()
153 manager.RemoveEvent(EVENT_ID); in HWTEST_F()
169 manager.RemoveEvent(EVENT_ID); in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp36 constexpr int64_t EVENT_ID = 2; member
57 formEventHandler.ProcessEvent(EVENT_MSG, EVENT_ID); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dform_supply_callback_test.cpp306 constexpr int64_t EVENT_ID = 2; in HWTEST_F() local
308 formEventHandler.ProcessEvent(EVENT_MSG, EVENT_ID); in HWTEST_F()
326 constexpr int64_t EVENT_ID = 2; in HWTEST_F() local
328 formEventHandler.ProcessEvent(EVENT_MSG, EVENT_ID); in HWTEST_F()
348 constexpr int64_t EVENT_ID = 2; in HWTEST_F() local
350 formEventHandler.ProcessEvent(EVENT_MSG, EVENT_ID); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_event_handler_test/
H A Dapp_mgr_service_event_handler_test.cpp32 const int EVENT_ID = 10; member
41 if (event.GetEventId() == EVENT_ID) {
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dlocal_ability_manager_proxy_test.cpp34 const std::string EVENT_ID = "eventId"; member
238 activeReason[EVENT_ID] = TEST_STRING; in HWTEST_F()
271 idleReason[EVENT_ID] = TEST_STRING; in HWTEST_F()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_stub_test.cpp39 constexpr const char* EVENT_ID = "eventId"; member
527 reasonJson[EVENT_ID] = 1; in HWTEST_F()
531 onDemandStartReason.SetId(reasonJson[EVENT_ID]); in HWTEST_F()
H A Dsystem_ability_test.cpp35 const std::string EVENT_ID = "eventId"; member
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp73 constexpr const char* EVENT_ID = "eventId"; member
529 if (reasonJson.contains(EVENT_ID) && reasonJson[EVENT_ID].is_number()) { in JsonToOnDemandReason()
530 onDemandStartReason.SetId(reasonJson[EVENT_ID]); in JsonToOnDemandReason()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp51 const std::string EVENT_ID = "eventId"; member
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp535 constexpr int64_t EVENT_ID = 2; in HWTEST_F() local
537 formEventHandler->ProcessEvent(EVENT_MSG, EVENT_ID); in HWTEST_F()

Completed in 12 milliseconds