Home
last modified time | relevance | path

Searched refs:GetSamgrIpcStatistics (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_dumper.h42 static bool GetSamgrIpcStatistics(std::string& result);
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrdumper_fuzzer/
H A Dsamgrdumper_fuzzer.cpp69 SystemAbilityManagerDumper::GetSamgrIpcStatistics(result); in SamgrDumperFuzzTest()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp177 bool SystemAbilityManagerDumper::GetSamgrIpcStatistics(std::string& result) in GetSamgrIpcStatistics() function in OHOS::SystemAbilityManagerDumper
H A Dsystem_ability_manager.cpp216 ret = SystemAbilityManagerDumper::GetSamgrIpcStatistics(result); in IpcStatSamgrProc()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_manager_dumper_test.cpp831 bool ret = SystemAbilityManagerDumper::GetSamgrIpcStatistics(result);