Searched refs:ScheduleDumpIpcStop (Results 1 – 11 of 11) sorted by relevance
66 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
59 MOCK_METHOD1(ScheduleDumpIpcStop, int32_t(std::string &result));
255 virtual int32_t ScheduleDumpIpcStop(std::string& result) = 0;
215 virtual int32_t ScheduleDumpIpcStop(std::string& result) override;
363 return appThread->ScheduleDumpIpcStop(result); in DumpIpcStop()
197 int32_t ScheduleDumpIpcStop(std::string& result) override in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::MockedApplication
119 int32_t ScheduleDumpIpcStop(std::string& result) override in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::TestAppSchedulerImpl
335 int32_t ScheduleDumpIpcStop(std::string& result) override;
462 ScheduleDumpIpcStop(result); in HandleScheduleDumpIpcStop()
663 int32_t AppSchedulerProxy::ScheduleDumpIpcStop(std::string& result) in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::AppSchedulerProxy
3434 int32_t MainThread::ScheduleDumpIpcStop(std::string& result) in ScheduleDumpIpcStop() function in OHOS::AppExecFwk::MainThread