/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/ |
D | actsCESSubscribeInfoTest.cpp | 94 matchingSkills.RemoveEvent(eventName); 123 matchingSkills.RemoveEvent(eventName); 152 matchingSkills.RemoveEvent(eventName); 181 matchingSkills.RemoveEvent(eventName); 210 matchingSkills.RemoveEvent(eventName); 239 matchingSkills.RemoveEvent(eventName); 269 matchingSkills.RemoveEvent(eventName); 298 matchingSkills.RemoveEvent(eventName); 327 matchingSkills.RemoveEvent(eventName); 356 matchingSkills.RemoveEvent(eventName); [all …]
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/ |
D | actsCESCESpublishInfoTest.cpp | 99 matchingSkills.RemoveEvent(eventName); 132 matchingSkills.RemoveEvent(eventName); 164 matchingSkills.RemoveEvent(eventName); 196 matchingSkills.RemoveEvent(eventName); 226 matchingSkills.RemoveEvent(eventName); 261 matchingSkills.RemoveEvent(eventName); 297 matchingSkills.RemoveEvent(eventName); 333 matchingSkills.RemoveEvent(eventName); 369 matchingSkills.RemoveEvent(eventName); 403 matchingSkills.RemoveEvent(eventName); [all …]
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/ |
D | actsCESManagertest.cpp | 152 matchingSkills.RemoveEvent(eventName); 182 matchingSkills.RemoveEvent(eventName); 212 matchingSkills.RemoveEvent(eventName); 242 matchingSkills.RemoveEvent(eventName); 272 matchingSkills.RemoveEvent(eventName); 303 matchingSkills.RemoveEvent(eventName); 335 matchingSkills.RemoveEvent(eventName); 381 matchingSkills1.RemoveEvent(eventName1); 382 matchingSkills2.RemoveEvent(eventName2); 383 matchingSkills3.RemoveEvent(eventName3); [all …]
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/ |
D | actsCESMatchingSkillsTest.cpp | 94 matchingSkills.RemoveEvent(eventName); 137 matchingSkills.RemoveEvent(eventName); 181 matchingSkills.RemoveEvent(eventName); 237 matchingSkills.RemoveEvent(eventName); 238 matchingSkills.RemoveEvent(eventName2); 239 matchingSkills.RemoveEvent(eventName3); 240 matchingSkills.RemoveEvent(eventName4); 241 matchingSkills.RemoveEvent(eventName5); 306 matchingSkills.RemoveEvent(eventName); 307 matchingSkills.RemoveEvent(eventName2); [all …]
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
D | mock_event_handler.cpp | 54 void EventHandler::RemoveEvent(uint32_t innerEventId) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler 57 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
D | mock_event_handler.cpp | 54 void EventHandler::RemoveEvent(uint32_t innerEventId) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler 57 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
D | mock_event_handler.cpp | 54 void EventHandler::RemoveEvent(uint32_t innerEventId) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler 57 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
D | mock_event_handler.cpp | 54 void EventHandler::RemoveEvent(uint32_t innerEventId) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler 57 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler
|
/base/telephony/cellular_data/services/src/state_machine/ |
D | disconnecting.cpp | 90 …stateMachine->stateMachineEventHandler_->RemoveEvent(CellularDataEventCode::MSG_CONNECT_TIMEOUT_CH… in StateProcess() 102 …stateMachine->stateMachineEventHandler_->RemoveEvent(CellularDataEventCode::MSG_CONNECT_TIMEOUT_CH… in StateProcess()
|
D | active.cpp | 219 …shareStateMachine->stateMachineEventHandler_->RemoveEvent(CellularDataEventCode::MSG_CONNECT_TIMEO… in ProcessDataConnectionComplete()
|
/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/ |
D | eventhandler_fuzzer.cpp | 88 eventHandler.RemoveEvent(innerEventId, taskTime); in DoSomethingInterestingWithMyAPI() 89 eventHandler.RemoveEvent(innerEventId); in DoSomethingInterestingWithMyAPI()
|
/base/notification/eventhandler/frameworks/test/moduletest/ |
D | event_handler_set_get_remove_module_test.cpp | 331 handler->RemoveEvent(RUN_EVENT_ID); 351 handler->RemoveEvent(Random()); 376 handler->RemoveEvent(RUN_EVENT_ID, param); 397 handler->RemoveEvent(Random(), param);
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | matching_skills.h | 109 void RemoveEvent(const std::string &event);
|
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/ |
D | matchingskills_fuzzer.cpp | 44 matchingSkills.RemoveEvent(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_data/services/src/ |
D | data_connection_monitor.cpp | 69 RemoveEvent(CellularDataEventCode::MSG_STALL_DETECTION_EVENT_ID); in StopStallDetectionTimer() 149 RemoveEvent(CellularDataEventCode::MSG_RUN_MONITOR_TASK); in EndNetStatistics()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_handler.cpp | 149 void EventHandler::RemoveEvent(uint32_t innerEventId) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler 159 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() function in OHOS::AppExecFwk::EventHandler
|
/base/hiviewdfx/hiview/base/include/ |
D | event_loop.h | 121 bool RemoveEvent(uint64_t seq);
|
/base/telephony/core_service/services/sim/src/ |
D | radio_protocol_controller.cpp | 359 RemoveEvent(RADIO_SIM_SET_RADIO_PROTOCOL_TIMEOUT); in CleanUpCommunication() 453 RemoveEvent(MSG_SIM_TIME_OUT_ACTIVE); in GetActiveSimToRilResult()
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
D | matching_skills_test.cpp | 106 matchSkills.RemoveEvent(event); 108 matchSkills.RemoveEvent(event);
|
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
D | ems_event_handler_test.cpp | 2078 handler->RemoveEvent(EVENT_ID); 2096 handler->RemoveEvent(EVENT_ID); 2114 handler->RemoveEvent(EVENT_ID); 2132 handler->RemoveEvent(EVENT_ID); 2146 handler->RemoveEvent(EVENT_ID); 2164 handler->RemoveEvent(EVENT_ID, FLAG_ONE); 2182 handler->RemoveEvent(EVENT_ID, FLAG_TWO); 2200 handler->RemoveEvent(EVENT_ID, FLAG_THREE); 2218 handler->RemoveEvent(EVENT_ID, FLAG_FOUR); 2232 handler->RemoveEvent(EVENT_ID, FLAG_FIVE);
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | event_loop_test.cpp | 341 currentLooper_->RemoveEvent(seqId); 368 currentLooper_->RemoveEvent(seq);
|
/base/notification/eventhandler/interfaces/inner_api/ |
D | event_handler.h | 826 void RemoveEvent(uint32_t innerEventId); 834 void RemoveEvent(uint32_t innerEventId, int64_t param);
|
/base/notification/common_event_service/frameworks/native/src/ |
D | matching_skills.cpp | 97 void MatchingSkills::RemoveEvent(const std::string &event) in RemoveEvent() function in OHOS::EventFwk::MatchingSkills
|
/base/location/services/location_locator/locator/source/ |
D | locator_required_data_manager.cpp | 251 scanHandler_->RemoveEvent(EVENT_START_SCAN); in StartWifiScan()
|
/base/hiviewdfx/hiview/base/ |
D | event_loop.cpp | 248 bool EventLoop::RemoveEvent(uint64_t seq) in RemoveEvent() function in OHOS::HiviewDFX::EventLoop
|