Home
last modified time | relevance | path

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

/developtools/profiler/device/base/include/
H A Dcommon.h40 bool CheckApplicationEncryped(int pid, const std::string& processName);
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp317 if (pid > 0 && COMMON::CheckApplicationEncryped(pid, "")) { in CheckHapEncryped()
324 if (!processName.empty() && COMMON::CheckApplicationEncryped(0, processName)) { in CheckHapEncryped()
/developtools/profiler/device/base/src/
H A Dcommon.cpp511 bool CheckApplicationEncryped(int pid, const std::string& processName) in CheckApplicationEncryped() function

Completed in 3 milliseconds