Searched refs:DEBUG_APP (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 55 const std::string DEBUG_APP = "debugApp"; variable 582 debugWant.SetParam(DEBUG_APP, true); 584 noDebugWant.SetParam(DEBUG_APP, false); 1479 debugWant.SetParam(DEBUG_APP, true); 1485 noDebugWant.SetParam(DEBUG_APP, false); 1505 debugWant.SetParam(DEBUG_APP, true); 1511 noDebugWant.SetParam(DEBUG_APP, false); 1594 abilityRecord->want_.SetParam(DEBUG_APP, true); 1696 abilityRecord->want_.SetParam(DEBUG_APP, true); 2062 abilityRecord->want_.SetParam(DEBUG_APP, true); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/ |
H A D | ability_manager_service_fourth_test.cpp | 43 constexpr const char* DEBUG_APP = "debugApp"; variable 493 want.SetParam(DEBUG_APP, true); 498 want.SetParam(DEBUG_APP, false); 503 want.SetParam(DEBUG_APP, false);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 58 const std::string DEBUG_APP = "debugApp"; variable 172 isDebugAppSet = want.HasParameter(DEBUG_APP); in Update() 174 debugApp = want.GetBoolParam(DEBUG_APP, false); in Update() 2732 want_.SetParam(DEBUG_APP, launchDebugInfo_.debugApp); in SetWant() 2734 want_.RemoveParam(DEBUG_APP); in SetWant() 3720 want_.SetParam(DEBUG_APP, true); in SetDebugAppByWaitingDebugFlag()
|
H A D | ability_connect_manager.cpp | 45 const std::string DEBUG_APP = "debugApp"; variable 1399 bool isDebug = abilityRecord->GetWant().GetBoolParam(DEBUG_APP, false); in LoadAbility()
|
H A D | ability_manager_service.cpp | 166 constexpr const char* DEBUG_APP = "debugApp"; variable 486 bool isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartAbility() 1302 …if (want.GetBoolParam(DEBUG_APP, false) && !system::GetBoolParameter(DEVELOPER_MODE_STATE, false))… in StartAbilityDetails() 6265 (const_cast<Want &>(want)).SetParam(DEBUG_APP, abilityRecord->IsDebugApp()); in GenerateAbilityRequest()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 176 constexpr const char* DEBUG_APP = "debugApp"; variable 2408 appRecord->SetDebugApp(want->GetBoolParam(DEBUG_APP, false)); in CreateAppRunningRecord() 2813 auto isDebugApp = want->GetBoolParam(DEBUG_APP, false); in StartAbility() 4289 auto isDebug = want.GetBoolParam(DEBUG_APP, false); in StartEmptyProcess() 4438 appRecord->SetDebugApp(wantPtr->GetBoolParam(DEBUG_APP, false)); in StartSpecifiedAbility() 4464 auto isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartSpecifiedAbility()
|