Searched refs:ScheduleDumpIpcStart (Results 1 – 11 of 11) sorted by relevance
65 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
58 MOCK_METHOD1(ScheduleDumpIpcStart, int32_t(std::string &result));
245 virtual int32_t ScheduleDumpIpcStart(std::string& result) = 0;
205 virtual int32_t ScheduleDumpIpcStart(std::string& result) override;
349 return appThread->ScheduleDumpIpcStart(result); in DumpIpcStart()
192 int32_t ScheduleDumpIpcStart(std::string& result) override in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::MockedApplication
114 int32_t ScheduleDumpIpcStart(std::string& result) override in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::TestAppSchedulerImpl
325 int32_t ScheduleDumpIpcStart(std::string& result) override;
450 ScheduleDumpIpcStart(result); in HandleScheduleDumpIpcStart()
631 int32_t AppSchedulerProxy::ScheduleDumpIpcStart(std::string& result) in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::AppSchedulerProxy
3427 int32_t MainThread::ScheduleDumpIpcStart(std::string& result) in ScheduleDumpIpcStart() function in OHOS::AppExecFwk::MainThread