Searched refs:ScheduleDumpIpcStat (Results 1 – 11 of 11) sorted by relevance
67 MOCK_METHOD1(ScheduleDumpIpcStat, int32_t(std::string &result));
60 MOCK_METHOD1(ScheduleDumpIpcStat, int32_t(std::string &result));
265 virtual int32_t ScheduleDumpIpcStat(std::string& result) = 0;
225 virtual int32_t ScheduleDumpIpcStat(std::string& result) override;
377 return appThread->ScheduleDumpIpcStat(result); in DumpIpcStat()
202 int32_t ScheduleDumpIpcStat(std::string& result) override in ScheduleDumpIpcStat() function in OHOS::AppExecFwk::MockedApplication
124 int32_t ScheduleDumpIpcStat(std::string& result) override in ScheduleDumpIpcStat() function in OHOS::AppExecFwk::TestAppSchedulerImpl
345 int32_t ScheduleDumpIpcStat(std::string& result) override;
474 ScheduleDumpIpcStat(result); in HandleScheduleDumpIpcStat()
695 int32_t AppSchedulerProxy::ScheduleDumpIpcStat(std::string& result) in ScheduleDumpIpcStat() function in OHOS::AppExecFwk::AppSchedulerProxy
3441 int32_t MainThread::ScheduleDumpIpcStat(std::string& result) in ScheduleDumpIpcStat() function in OHOS::AppExecFwk::MainThread