Home
last modified time | relevance | path

Searched refs:DumpState (Results 1 – 25 of 55) sorted by relevance

123

/base/notification/common_event_service/services/test/unittest/
Dcommon_event_dump_test.cpp218 …innerCommonEventManager_->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in ProcessSubscriberTest2Case1()
688 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
720 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
742 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
777 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
811 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
844 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
876 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
907 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, st…
938 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), EVENT3, ALL_USER…
[all …]
Dinner_common_event_manager_test.cpp118 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
136 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
154 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
174 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
194 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
212 innerCommonEventManager->DumpState(dumpType, event, userId, state); in HWTEST_F()
Dcommon_event_manager_service_new_branch_test.cpp157 EXPECT_EQ(false, comm->DumpState(dumpType, event, userId, state)); in HWTEST_F()
181 EXPECT_EQ(true, comm->DumpState(dumpType, event, userId, state)); in HWTEST_F()
/base/notification/common_event_service/services/src/
Dinner_common_event_manager.cpp236 void InnerCommonEventManager::DumpState(const uint8_t &dumpType, const std::string &event, const in… in DumpState() function in OHOS::EventFwk::InnerCommonEventManager
243 … DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
247 … DelayedSingleton<CommonEventStickyManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
252 controlPtr_->DumpState(event, userId, state); in DumpState()
263 … DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
264 … DelayedSingleton<CommonEventStickyManager>::GetInstance()->DumpState(event, userId, state); in DumpState()
266 controlPtr_->DumpState(event, userId, state); in DumpState()
461 DumpState(DumpEventType::ALL, event, ALL_USER, records); in HiDump()
/base/notification/common_event_service/tools/test/mock/
Dmock_common_event_stub.h61 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
Dmock_common_event_stub.cpp38 bool MockCommonEventStub::DumpState(const uint8_t &dumpType, const std::string &event, const int32_… in DumpState() function in MockCommonEventStub
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
Dstate_machine.h41 void DumpState(std::string& result);
/base/notification/common_event_service/services/include/
Dcommon_event_sticky_manager.h65 … void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
Dcommon_event_manager_service.h97 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
Dinner_common_event_manager.h100 void DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
Dcommon_event_subscriber_manager.h169 … void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
/base/notification/common_event_service/frameworks/core/include/
Dicommon_event.h94 virtual bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
Dcommon_event_proxy.h99 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
Dcommon_event_stub.h107 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
Dcommon_event.h127 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_proxy_test.cpp285 bool result = commonEventProxy.DumpState(dumpType, event, userId, state);
315 bool result = commonEventProxy.DumpState(dumpType, event, userId, state);
345 bool result = commonEventProxy.DumpState(dumpType, event, userId, state);
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dstate_machine.cpp41 void StateMachine::DumpState(std::string& result) in DumpState() function in OHOS::PowerMgr::StateMachine
/base/powermgr/thermal_manager/services/native/src/
Dthermal_mgr_dumper.cpp61 state->DumpState(result); in Dump()
/base/notification/common_event_service/test/fuzztest/commoneventsubscriber_fuzzer/
Dcommoneventsubscriber_fuzzer.cpp86 return commonEvent.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
Dcommoneventmanagerservice_fuzzer.cpp64 commonEventManagerService.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
Dcommoneventstub_fuzzer.cpp69 commonEventStub.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_stub.cpp150 DumpState(dumpType, event, userId, result); in OnRemoteRequest()
269 bool CommonEventStub::DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &u… in DumpState() function in OHOS::EventFwk::CommonEventStub
Dcommon_event.cpp230 bool CommonEvent::DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userI… in DumpState() function in OHOS::EventFwk::CommonEvent
240 return commonEventProxy_->DumpState(dumpType, event, userId, state); in DumpState()
/base/account/os_account/frameworks/osaccount/core/
Dlibos_account_core.map21 …"OHOS::AccountSA::OsAccount::DumpState(int const&, std::__h::vector<std::__h::basic_string<char, s…
/base/notification/common_event_service/test/benchmarktest/common_event_service_test/
Dcommon_event_manager_service_test.cpp212 if (commonEventManagerService_->DumpState(0, "", ALL_USER, stateTest)) { in BENCHMARK_F()

123