Home
last modified time | relevance | path

Searched refs:CheckPidIsSa (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dipc_stat_dumper.h50 bool CheckPidIsSa(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args,
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp72 bool IPCStatDumper::CheckPidIsSa(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args, in CheckPidIsSa() function in OHOS::HiviewDFX::IPCStatDumper
179 if (!CheckPidIsSa(sam, args, sa) && !CheckPidIsApp(sam, args, sa) && !CheckPidIsDriver(sam, args, sa)) { in SetIpcStatCmd()
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp526 * @tc.desc: Test IpcDumper CheckPidIsSa failed.
539 bool ret = ipcStatDumper->CheckPidIsSa(sam, args, sa); in HWTEST_F()

Completed in 2 milliseconds