/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_dump_test.cpp | 218 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 D | inner_common_event_manager_test.cpp | 104 * @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 D | common_event_manager_service_new_branch_test.cpp | 141 * @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 D | mock_common_event_stub.h | 65 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
H A D | mock_common_event_stub.cpp | 56 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 D | state_machine.h | 42 void DumpState(std::string& result);
|
/base/notification/common_event_service/services/include/ |
H A D | common_event_sticky_manager.h | 66 void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
|
H A D | common_event_manager_service.h | 100 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
H A D | common_event_subscriber_manager.h | 208 void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
|
H A D | common_event_control_manager.h | 120 void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
|
H A D | inner_common_event_manager.h | 102 void DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 404 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 D | common_event_proxy_test.cpp | 285 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 D | common_event_stub.h | 108 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
H A D | icommon_event.h | 95 virtual bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
H A D | common_event_proxy.h | 100 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
H A D | common_event.h | 129 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 D | state_machine.cpp | 67 void StateMachine::DumpState(std::string& result) in DumpState() function in OHOS::PowerMgr::StateMachine
|
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/ |
H A D | commonevent_fuzzer.cpp | 86 // 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 D | commoneventmanagerservice_fuzzer.cpp | 67 service->DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
H A D | commoneventstub_fuzzer.cpp | 64 // test DumpState function
in DoSomethingInterestingWithMyAPI() 68 commonEventStub.DumpState(dumpType, stringData, code, state);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_stub.cpp | 158 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 D | thermal_mgr_dumper.cpp | 119 tms->GetStateMachineObj()->DumpState(result); in DumpPolicy()
|
/base/notification/common_event_service/test/benchmarktest/common_event_service_test/ |
H A D | common_event_manager_service_test.cpp | 191 * @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 D | common_event_command.cpp | 181 bool dumpResult = CommonEvent::GetInstance()->DumpState( in RunAsDumpCommand()
|