Searched refs:IsValidFreezeFilter (Results 1 – 4 of 4) sorted by relevance
71 freeze->IsValidFreezeFilter(pid, bundleName); in DoSomethingInterestingWithMyAPI()
87 bool IsValidFreezeFilter(int32_t pid, const std::string& bundleName);
673 bool AppfreezeManager::IsValidFreezeFilter(int32_t pid, const std::string& bundleName) in IsValidFreezeFilter() function in OHOS::AppExecFwk::AppfreezeManager
5989 …if (callingPid == pid && AppExecFwk::AppfreezeManager::GetInstance()->IsValidFreezeFilter(pid, bun… in NotifyAppFaultBySA()