Home
last modified time | relevance | path

Searched refs:DumpState (Results 1 - 25 of 53) sorted by relevance

123

/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp218 innerCommonEventManager_->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in ProcessSubscriberTest2Case1()
691 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
723 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
745 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
780 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
814 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
847 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
879 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
910 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
941 GetInnerCommonEventManager()->DumpState(static_cas in HWTEST_F()
[all...]
H A Dinner_common_event_manager_test.cpp104 * @tc.desc: test DumpState function.
118 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
124 * @tc.desc: test DumpState function and controlPtr_ is not nullptr.
136 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
142 * @tc.desc: test DumpState function and controlPtr_ is not nullptr.
154 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
160 * @tc.desc: test DumpState function.
174 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
180 * @tc.desc: test DumpState function and dumpType is default.
194 innerCommonEventManager->DumpState(dumpTyp in HWTEST_F()
[all...]
H A Dcommon_event_manager_service_new_branch_test.cpp141 * @tc.desc: test DumpState function.
153 // test DumpState function in HWTEST_F()
158 EXPECT_EQ(false, comm->DumpState(dumpType, event, userId, state)); in HWTEST_F()
164 * @tc.desc: test DumpState function.
177 // test DumpState function in HWTEST_F()
182 EXPECT_EQ(true, comm->DumpState(dumpType, event, userId, state)); in HWTEST_F()
/base/notification/common_event_service/tools/test/mock/
H A Dmock_common_event_stub.h65 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
H A Dmock_common_event_stub.cpp56 bool MockCommonEventStub::DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId, in DumpState() function in OHOS::EventFwk::MockCommonEventStub
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dstate_machine.h42 void DumpState(std::string& result);
/base/notification/common_event_service/services/include/
H A Dcommon_event_sticky_manager.h66 void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
H A Dcommon_event_manager_service.h100 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
H A Dcommon_event_subscriber_manager.h208 void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
H A Dcommon_event_control_manager.h120 void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
H A Dinner_common_event_manager.h102 void DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp404 void InnerCommonEventManager::DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId, in DumpState() function in OHOS::EventFwk::InnerCommonEventManager
411 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
415 DelayedSingleton<CommonEventStickyManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
420 controlPtr_->DumpState(event, userId, state); in DumpState()
431 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
432 DelayedSingleton<CommonEventStickyManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
434 controlPtr_->DumpState(event, userId, state); in DumpState()
657 DumpState(DumpEventType::ALL, event, ALL_USER, records); in HiDump()
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_proxy_test.cpp285 bool result = commonEventProxy.DumpState(dumpType, event, userId, state); in HWTEST_F()
315 bool result = commonEventProxy.DumpState(dumpType, event, userId, state); in HWTEST_F()
345 bool result = commonEventProxy.DumpState(dumpType, event, userId, state); in HWTEST_F()
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_stub.h108 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
H A Dicommon_event.h95 virtual bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
H A Dcommon_event_proxy.h100 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
H A Dcommon_event.h129 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dstate_machine.cpp67 void StateMachine::DumpState(std::string& result) in DumpState() function in OHOS::PowerMgr::StateMachine
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp86 // test DumpState function in DoSomethingInterestingWithMyAPI()
87 return commonEvent.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp67 service->DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H A Dcommoneventstub_fuzzer.cpp64 // test DumpState function in DoSomethingInterestingWithMyAPI()
68 commonEventStub.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp158 DumpState(dumpType, event, userId, result); in OnRemoteRequest()
310 bool CommonEventStub::DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId, in DumpState() function in OHOS::EventFwk::CommonEventStub
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_mgr_dumper.cpp119 tms->GetStateMachineObj()->DumpState(result); in DumpPolicy()
/base/notification/common_event_service/test/benchmarktest/common_event_service_test/
H A Dcommon_event_manager_service_test.cpp191 * @tc.desc: DumpState
207 state.SkipWithError("DumpState subscribe common event failed."); in BENCHMARK_F()
212 if (commonEventManagerService_->DumpState(0, "", ALL_USER, stateTest)) { in BENCHMARK_F()
214 state.SkipWithError("DumpState failed."); in BENCHMARK_F()
/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp181 bool dumpResult = CommonEvent::GetInstance()->DumpState( in RunAsDumpCommand()

Completed in 13 milliseconds

123