Home
last modified time | relevance | path

Searched refs:ConvertDeviceType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dconfiguration_convertor.h35 Global::Resource::DeviceType ConvertDeviceType(std::string deviceType);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp95 Global::Resource::DEVICE_TYPE ConvertDeviceType(DeviceType type) in ConvertDeviceType() function
127 .deviceType_ = ConvertDeviceType(config.GetDeviceType()), in ConvertConfig()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration_convertor.cpp147 Global::Resource::DeviceType ConvertDeviceType(std::string deviceType) in ConvertDeviceType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp323 static void ConvertDeviceType(napi_env env, napi_value &Object, std::vector<std::string> deviceType… in ConvertDeviceType() function
465 ConvertDeviceType(env, modulesObject, module.deviceType); in ConvertSummaryModules()
494 ConvertDeviceType(env, jsPackagesObject, package.deviceType); in ConvertPackages()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1244 deviceType_ = AppExecFwk::ConvertDeviceType(deviceType); in GetDeviceType()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1040 ConvertDeviceType(deviceType)); in InitResourceManager()
1041 resConfig->SetDeviceType(ConvertDeviceType(deviceType)); in InitResourceManager()