Home
last modified time | relevance | path

Searched refs:SetNativeDebug (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h627 void SetNativeDebug(bool isNativeDebug);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1838 void AppRunningRecord::SetNativeDebug(bool isNativeDebug) in SetNativeDebug() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp2409 appRecord->SetNativeDebug(want->GetBoolParam("nativeDebug", false)); in CreateAppRunningRecord()
4442 appRecord->SetNativeDebug(wantPtr->GetBoolParam("nativeDebug", false)); in StartSpecifiedAbility()