Home
last modified time | relevance | path

Searched full:event_id (Results 1 – 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
Dauto_fill_manager_test.cpp32 const int32_t EVENT_ID = 1; variable
135 manager.SetTimeOutEvent(EVENT_ID);
151 manager.SetTimeOutEvent(EVENT_ID);
153 manager.RemoveEvent(EVENT_ID);
169 manager.RemoveEvent(EVENT_ID);
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
Dformcachemgr_fuzzer.cpp36 constexpr int64_t EVENT_ID = 2; variable
57 formEventHandler.ProcessEvent(EVENT_MSG, EVENT_ID); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_event_handler_test/
Dapp_mgr_service_event_handler_test.cpp32 const int EVENT_ID = 10; variable
41 if (event.GetEventId() == EVENT_ID) { in ProcessEvent()
/foundation/window/window_manager/window_scene/intention_event/dfx/src/
Ddfx_hisysevent.cpp34 "EVENT_ID", eventId, in ApplicationBlockInput()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
Dlocal_ability_manager_proxy_test.cpp34 const std::string EVENT_ID = "eventId"; variable
238 activeReason[EVENT_ID] = TEST_STRING;
271 idleReason[EVENT_ID] = TEST_STRING;
/foundation/systemabilitymgr/safwk/services/safwk/src/
Dlocal_ability_manager.cpp64 constexpr const char* EVENT_ID = "eventId"; variable
512 if (reasonJson.contains(EVENT_ID) && reasonJson[EVENT_ID].is_number()) { in JsonToOnDemandReason()
513 onDemandStartReason.SetId(reasonJson[EVENT_ID]); in JsonToOnDemandReason()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
Dlocal_ability_manager_stub_test.cpp39 constexpr const char* EVENT_ID = "eventId"; variable
480 reasonJson[EVENT_ID] = 1;
484 onDemandStartReason.SetId(reasonJson[EVENT_ID]);
Dsystem_ability_test.cpp35 const std::string EVENT_ID = "eventId"; variable
/foundation/window/window_manager/
Dhisysevent.yaml126 EVENT_ID: {type: INT32, desc: eventId}
/foundation/deviceprofile/device_info_manager/old/services/core/src/
Ddistributed_device_profile_service.cpp51 const std::string EVENT_ID = "eventId"; variable