Home
last modified time | relevance | path

Searched refs:isAttachDebug (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dapp_running_record_test.cpp119 * @tc.desc: Test the status of SetAttachDebug based on the isAttachDebug value being true.
124 bool isAttachDebug = true; in HWTEST_F() local
130 appRunningRecord->SetAttachDebug(isAttachDebug); in HWTEST_F()
136 * @tc.desc: Test the status of SetAttachDebug based on the isAttachDebug value being false.
141 bool isAttachDebug = false; in HWTEST_F() local
147 appRunningRecord->SetAttachDebug(isAttachDebug); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp123 bool isAttachDebug = *data % ENABLE; in DoSomethingInterestingWithMyAPIaddb() local
124 manager->SetAttachAppDebug(jsonStr, isAttachDebug); in DoSomethingInterestingWithMyAPIaddb()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h831 void SetAttachDebug(const bool &isAttachDebug);
832 bool isAttachDebug() const;
H A Dapp_running_manager.h285 * @param isAttachDebug Determine if it is in attach debug mode.
287 void SetAttachAppDebug(const std::string &bundleName, const bool &isAttachDebug);
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp97 bool isAttachDebug = true; in HWTEST_F() local
103 appRunningManager->SetAttachAppDebug(bundleName, isAttachDebug); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp260 if (!(appRecord->IsDebugApp() || appRecord->isAttachDebug())) { in TerminateAbility()
H A Dapp_running_record.cpp2192 void AppRunningRecord::SetAttachDebug(const bool &isAttachDebug) in SetAttachDebug() argument
2195 isAttachDebug_ = isAttachDebug; in SetAttachDebug()
2204 bool AppRunningRecord::isAttachDebug() const in isAttachDebug() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_running_manager.cpp1257 void AppRunningManager::SetAttachAppDebug(const std::string &bundleName, const bool &isAttachDebug) in SetAttachAppDebug() argument
1268 appRecord->SetAttachDebug(isAttachDebug); in SetAttachAppDebug()
H A Dapp_mgr_service_inner.cpp7480 auto isDebugStart = appRecord->IsDebugApp() || appRecord->isAttachDebug(); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp352 auto isAttachDebug = DelayedSingleton<AppScheduler>::GetInstance()->IsAttachDebug(abilityInfo_.bundleName); in LoadAbility() local
353 if (isAttachDebug) { in LoadAbility()
3534 void AbilityRecord::SetAttachDebug(const bool isAttachDebug) in SetAttachDebug() argument
3536 isAttachDebug_ = isAttachDebug; in SetAttachDebug()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp2540 bool isAttachDebug = true; in HWTEST_F() local
2541 abilityRecord_->SetAttachDebug(isAttachDebug); in HWTEST_F()
2553 bool isAttachDebug = false; in HWTEST_F() local
2554 abilityRecord_->SetAttachDebug(isAttachDebug); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1051 void SetAttachDebug(const bool isAttachDebug);

Completed in 36 milliseconds