Searched refs:ParseBinderPids (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/ |
H A D | appfreeze_manager_test.cpp | 174 appfreezeManager->ParseBinderPids(binderInfo, pids, 2, 8); 176 appfreezeManager->ParseBinderPids(binderInfo, pids, 1, 0);
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/ |
H A D | appfreeze_manager.h | 98 …void ParseBinderPids(const std::map<int, std::set<int>>& binderInfo, std::set<int>& pids, int pid,…
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 449 ParseBinderPids(binderInfo, pids, pid, 0); in GetBinderPeerPids() 456 void AppfreezeManager::ParseBinderPids(const std::map<int, std::set<int>>& binderInfo, in ParseBinderPids() function in OHOS::AppExecFwk::AppfreezeManager 467 ParseBinderPids(binderInfo, pids, each, layer); in ParseBinderPids()
|