Searched refs:DumpIpcAllStart (Results 1 – 9 of 9) sorted by relevance
31 MOCK_METHOD1(DumpIpcAllStart, int(std::string& result));
326 int DumpIpcAllStart(std::string& result);
673 int DumpIpcAllStart(std::string& result);
1170 virtual int DumpIpcAllStart(std::string& result);
146 manager->DumpIpcAllStart(jsonStr); in DoSomethingInterestingWithMyAPIaddb()
739 return DumpIpcAllStart(result); in DumpIpcAllInner()902 int AppMgrService::DumpIpcAllStart(std::string& result) in DumpIpcAllStart() function in OHOS::AppExecFwk::AppMgrService905 return appMgrServiceInner_->DumpIpcAllStart(result); in DumpIpcAllStart()
1481 int AppRunningManager::DumpIpcAllStart(std::string& result) in DumpIpcAllStart() function in OHOS::AppExecFwk::AppRunningManager
7162 int AppMgrServiceInner::DumpIpcAllStart(std::string& result) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner7172 return appRunningManager_->DumpIpcAllStart(result); in NotifyAppFaultBySA()
98 EXPECT_CALL(*mockAppMgrServiceInner, DumpIpcAllStart(_))