Home
last modified time | relevance | path

Searched refs:IsProcessDebug (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/include/
H A Dwatchdog_task.h29 bool IsProcessDebug(int32_t pid);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp82 bool WatchdogTask::IsProcessDebug(int32_t pid) in IsProcessDebug() function in OHOS::MMI::WatchdogTask
143 if (IsProcessDebug(pid)) { in SendEvent()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp201 result = appfreezeManager->IsProcessDebug(pid, "Test"); in HWTEST_F()
247 EXPECT_TRUE(appfreezeManager->IsProcessDebug(pid, bundleName)); in HWTEST_F()
249 EXPECT_TRUE(!appfreezeManager->IsProcessDebug(pid, bundleName)); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dwatchdog_task_test.cpp83 * @tc.desc: Test the function IsProcessDebug
92 bool ret = watchdogtask.IsProcessDebug(pid); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp67 freeze->IsProcessDebug(pid, processName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h81 bool IsProcessDebug(int32_t pid, std::string bundleName);
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp485 bool AppfreezeManager::IsProcessDebug(int32_t pid, std::string bundleName) in IsProcessDebug() function in OHOS::AppExecFwk::AppfreezeManager
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5834 if (AppExecFwk::AppfreezeManager::GetInstance()->IsProcessDebug(pid, bundleName)) { in NotifyAppFault()
5968 if (AppExecFwk::AppfreezeManager::GetInstance()->IsProcessDebug(pid, bundleName)) { in TransformedNotifyAppFault()

Completed in 15 milliseconds