/base/notification/common_event_service/services/test/unittest/ |
D | common_event_dump_test.cpp | 218 …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 …]
|
D | inner_common_event_manager_test.cpp | 118 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()
|
D | common_event_manager_service_new_branch_test.cpp | 157 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/ |
D | inner_common_event_manager.cpp | 236 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/ |
D | mock_common_event_stub.h | 61 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
D | mock_common_event_stub.cpp | 38 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/ |
D | state_machine.h | 41 void DumpState(std::string& result);
|
/base/notification/common_event_service/services/include/ |
D | common_event_sticky_manager.h | 65 … void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
|
D | common_event_manager_service.h | 97 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
D | inner_common_event_manager.h | 100 void DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
D | common_event_subscriber_manager.h | 169 … void DumpState(const std::string &event, const int32_t &userId, std::vector<std::string> &state);
|
/base/notification/common_event_service/frameworks/core/include/ |
D | icommon_event.h | 94 virtual bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
D | common_event_proxy.h | 99 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
D | common_event_stub.h | 107 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
D | common_event.h | 127 bool DumpState(const uint8_t &dumpType, const std::string &event, const int32_t &userId,
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | common_event_proxy_test.cpp | 285 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/ |
D | state_machine.cpp | 41 void StateMachine::DumpState(std::string& result) in DumpState() function in OHOS::PowerMgr::StateMachine
|
/base/powermgr/thermal_manager/services/native/src/ |
D | thermal_mgr_dumper.cpp | 61 state->DumpState(result); in Dump()
|
/base/notification/common_event_service/test/fuzztest/commoneventsubscriber_fuzzer/ |
D | commoneventsubscriber_fuzzer.cpp | 86 return commonEvent.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
D | commoneventmanagerservice_fuzzer.cpp | 64 commonEventManagerService.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
D | commoneventstub_fuzzer.cpp | 69 commonEventStub.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/frameworks/core/src/ |
D | common_event_stub.cpp | 150 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
|
D | common_event.cpp | 230 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/ |
D | libos_account_core.map | 21 …"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/ |
D | common_event_manager_service_test.cpp | 212 if (commonEventManagerService_->DumpState(0, "", ALL_USER, stateTest)) { in BENCHMARK_F()
|