Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_dumper.h39 static bool IpcDumpIsSamgr(const std::string& processName);
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrdumper_fuzzer/
H A Dsamgrdumper_fuzzer.cpp67 SystemAbilityManagerDumper::IpcDumpIsSamgr(processName); in SamgrDumperFuzzTest()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_manager_dumper_test.cpp778 bool ret = SystemAbilityManagerDumper::IpcDumpIsSamgr(processName);
792 bool ret = SystemAbilityManagerDumper::IpcDumpIsSamgr(processName);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp231 bool SystemAbilityManagerDumper::IpcDumpIsSamgr(const std::string& processName) in IpcDumpIsSamgr() function in OHOS::SystemAbilityManagerDumper
H A Dsystem_ability_manager.cpp270 } else if (SystemAbilityManagerDumper::IpcDumpIsSamgr(processName)) { in IpcDumpProc()