Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1282 bool isNativeDebug = false; in MakeWantFromCmd() local
1790 isNativeDebug = true; in MakeWantFromCmd()
1837 if (isNativeDebug) { in MakeWantFromCmd()
1838 want.SetParam("nativeDebug", isNativeDebug); in MakeWantFromCmd()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1838 void AppRunningRecord::SetNativeDebug(bool isNativeDebug) in SetNativeDebug() argument
1840 TAG_LOGD(AAFwkTag::APPMGR, "SetNativeDebug, value is %{public}d", isNativeDebug); in SetNativeDebug()
1841 isNativeDebug_ = isNativeDebug; in SetNativeDebug()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h627 void SetNativeDebug(bool isNativeDebug);