Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h825 void SetIsGPU(bool gpu);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp2451 void AppRunningRecord::SetIsGPU(bool gpu) in SetIsGPU() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp5157 appRecord->SetIsGPU(isGPU); in StartRenderProcess()