Home
last modified time | relevance | path

Searched refs:CheckPidIsApp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp102 bool IPCStatDumper::CheckPidIsApp(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> … in CheckPidIsApp() function in OHOS::HiviewDFX::IPCStatDumper
146 if (!CheckPidIsSa(sam, args, sa) && !CheckPidIsApp(sam, args, sa)) { in SetIpcStatCmd()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dipc_stat_dumper.h52 bool CheckPidIsApp(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args,
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp581 bool ret = ipcStatDumper->CheckPidIsApp(sam, args, sa);