Home
last modified time | relevance | path

Searched refs:Resource (Results 1 - 25 of 167) sorted by relevance

1234567

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp20 Global::Resource::DeviceType ConvertDeviceTypeToGlobal(DeviceType type) in ConvertDeviceTypeToGlobal()
24 return Global::Resource::DeviceType::DEVICE_PHONE; in ConvertDeviceTypeToGlobal()
26 return Global::Resource::DeviceType::DEVICE_TV; in ConvertDeviceTypeToGlobal()
28 return Global::Resource::DeviceType::DEVICE_WEARABLE; in ConvertDeviceTypeToGlobal()
30 return Global::Resource::DeviceType::DEVICE_CAR; in ConvertDeviceTypeToGlobal()
32 return Global::Resource::DeviceType::DEVICE_TABLET; in ConvertDeviceTypeToGlobal()
34 return Global::Resource::DeviceType::DEVICE_TWOINONE; in ConvertDeviceTypeToGlobal()
36 return Global::Resource::DeviceType::DEVICE_WEARABLE; in ConvertDeviceTypeToGlobal()
38 return Global::Resource::DeviceType::DEVICE_NOT_SET; in ConvertDeviceTypeToGlobal()
42 Global::Resource
[all...]
H A Dresource_convertor.h29 Global::Resource::DeviceType ConvertDeviceTypeToGlobal(DeviceType type);
30 Global::Resource::Direction ConvertDirectionToGlobal(DeviceOrientation orientation);
31 Global::Resource::ScreenDensity ConvertDensityToGlobal(double density);
32 Global::Resource::ColorMode ConvertColorModeToGlobal(ColorMode colorMode);
33 std::shared_ptr<Global::Resource::ResConfig> ConvertConfigToGlobal(const ResourceConfiguration& config);
35 DeviceType ConvertDeviceTypeToAce(Global::Resource::DeviceType type);
36 DeviceOrientation ConvertDirectionToAce(Global::Resource::Direction orientation);
37 double ConvertDensityToAce(Global::Resource::ScreenDensity density);
H A Dresource_adapter_impl.cpp68 Global::Resource::ORIENTATION ConvertOrientation(DeviceOrientation orientation) in ConvertOrientation()
70 return orientation == DeviceOrientation::PORTRAIT ? Global::Resource::ORIENTATION::ORIENTATION_PORTRAIT in ConvertOrientation()
71 : Global::Resource::ORIENTATION::ORIENTATION_LANDSCAPE; in ConvertOrientation()
74 Global::Resource::RESOLUTION ConvertResolution(double density) in ConvertResolution()
76 static const std::vector<std::pair<double, Global::Resource::RESOLUTION>> resolutions = { in ConvertResolution()
77 { 120.0, Global::Resource::RESOLUTION::RESOLUTION_LOW }, in ConvertResolution()
78 { 160.0, Global::Resource::RESOLUTION::RESOLUTION_MEDIUM }, in ConvertResolution()
79 { 240.0, Global::Resource::RESOLUTION::RESOLUTION_HIGH }, in ConvertResolution()
80 { 320.0, Global::Resource::RESOLUTION::RESOLUTION_XHIGH }, in ConvertResolution()
81 { 480.0, Global::Resource in ConvertResolution()
[all...]
H A Dresource_adapter_impl_standard.cpp127 ResourceAdapterImpl::ResourceAdapterImpl(std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in ResourceAdapterImpl()
138 std::shared_ptr<Global::Resource::ResourceManager> newResMgr(Global::Resource::CreateResourceManager()); in Init()
219 if (state != Global::Resource::SUCCESS) { in GetColor()
233 if (state != Global::Resource::SUCCESS) { in GetColorByName()
246 if (state != Global::Resource::SUCCESS) { in GetDimension()
261 if (state != Global::Resource::SUCCESS) { in GetDimensionByName()
273 if (state != Global::Resource::SUCCESS) { in GetString()
286 if (state != Global::Resource::SUCCESS) { in GetStringByName()
299 if (state != Global::Resource in GetPluralString()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp20 Global::Resource::DeviceType ConvertDeviceTypeToGlobal(DeviceType type) in ConvertDeviceTypeToGlobal()
24 return Global::Resource::DeviceType::DEVICE_PHONE; in ConvertDeviceTypeToGlobal()
26 return Global::Resource::DeviceType::DEVICE_TV; in ConvertDeviceTypeToGlobal()
28 return Global::Resource::DeviceType::DEVICE_WEARABLE; in ConvertDeviceTypeToGlobal()
30 return Global::Resource::DeviceType::DEVICE_CAR; in ConvertDeviceTypeToGlobal()
32 return Global::Resource::DeviceType::DEVICE_TABLET; in ConvertDeviceTypeToGlobal()
34 return Global::Resource::DeviceType::DEVICE_TWOINONE; in ConvertDeviceTypeToGlobal()
36 return Global::Resource::DeviceType::DEVICE_WEARABLE; in ConvertDeviceTypeToGlobal()
38 return Global::Resource::DeviceType::DEVICE_NOT_SET; in ConvertDeviceTypeToGlobal()
42 Global::Resource
[all...]
H A Dresource_convertor.h29 Global::Resource::DeviceType ConvertDeviceTypeToGlobal(DeviceType type);
30 Global::Resource::Direction ConvertDirectionToGlobal(DeviceOrientation orientation);
31 Global::Resource::ScreenDensity ConvertDensityToGlobal(double density);
32 Global::Resource::ColorMode ConvertColorModeToGlobal(ColorMode colorMode);
33 std::shared_ptr<Global::Resource::ResConfig> ConvertConfigToGlobal(const ResourceConfiguration& config);
35 DeviceType ConvertDeviceTypeToAce(Global::Resource::DeviceType type);
36 DeviceOrientation ConvertDirectionToAce(Global::Resource::Direction orientation);
37 double ConvertDensityToAce(Global::Resource::ScreenDensity density);
H A Dresource_adapter_impl_v2.cpp127 ResourceAdapterImplV2::ResourceAdapterImplV2(std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in ResourceAdapterImplV2()
133 std::shared_ptr<Global::Resource::ResourceManager> resourceManager, const ResourceInfo& resourceInfo) in ResourceAdapterImplV2()
154 std::shared_ptr<Global::Resource::ResourceManager> newResMgr(Global::Resource::CreateResourceManager()); in Init()
166 bool ResourceAdapterImplV2::NeedUpdateResConfig(const std::shared_ptr<Global::Resource::ResConfig>& oldResConfig, in NeedUpdateResConfig()
167 const std::shared_ptr<Global::Resource::ResConfig>& newResConfig) in NeedUpdateResConfig()
289 if (state != Global::Resource::SUCCESS) { in GetPatternByName()
306 if (state != Global::Resource::SUCCESS) { in GetColor()
320 if (state != Global::Resource::SUCCESS) { in GetColorByName()
335 if (state != Global::Resource in GetDimension()
[all...]
H A Dresource_adapter_impl.cpp139 std::shared_ptr<Global::Resource::ResourceManager> newResMgr(Global::Resource::CreateResourceManager()); in Init()
217 if (state != Global::Resource::SUCCESS) { in GetColor()
230 if (state != Global::Resource::SUCCESS) { in GetColorByName()
244 if (state != Global::Resource::SUCCESS) { in GetDimension()
255 if (state != Global::Resource::SUCCESS) { in GetDimension()
265 if (state != Global::Resource::SUCCESS) { in GetDimension()
280 if (state != Global::Resource::SUCCESS) { in GetDimensionByName()
311 if (state != Global::Resource::SUCCESS) { in GetPluralString()
324 if (state != Global::Resource in GetPluralStringByName()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration_convertor.cpp23 Global::Resource::ColorMode ConvertColorMode(std::string colormode) in ConvertColorMode()
25 auto resolution = Global::Resource::ColorMode::COLOR_MODE_NOT_SET; in ConvertColorMode()
27 static const std::vector<std::pair<std::string, Global::Resource::ColorMode>> resolutions = { in ConvertColorMode()
28 { "dark", Global::Resource::ColorMode::DARK }, in ConvertColorMode()
29 { "light", Global::Resource::ColorMode::LIGHT }, in ConvertColorMode()
42 Global::Resource::TimeFormat ConvertTimeFormat(std::string timeformat) in ConvertTimeFormat()
44 auto resolution = Global::Resource::TimeFormat::HOUR_NOT_SET; in ConvertTimeFormat()
46 static const std::vector<std::pair<std::string, Global::Resource::TimeFormat>> resolutions = { in ConvertTimeFormat()
47 { "false", Global::Resource::TimeFormat::HOUR_12 }, in ConvertTimeFormat()
48 { "true", Global::Resource in ConvertTimeFormat()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_configuration.cpp27 std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in InitResourceGlobalConfig()
34 std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in InitResourceGlobalConfig()
40 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in InitResourceGlobalConfig()
51 resConfig->SetScreenDensityDpi(Global::Resource::ScreenDensity::SCREEN_DENSITY_XXXLDPI); in InitResourceGlobalConfig()
53 Global::Resource::RState ret = resourceManager->UpdateResConfig(*resConfig); in InitResourceGlobalConfig()
54 if (ret != Global::Resource::RState::SUCCESS) { in InitResourceGlobalConfig()
59 Global::Resource::SELECT_STRING | Global::Resource::SELECT_MEDIA)) { in InitResourceGlobalConfig()
68 std::shared_ptr<Global::Resource in InitResourceGlobalConfig()
[all...]
H A Dbundle_resource_parser.cpp72 std::shared_ptr<Global::Resource::ResourceManager> resMgr(Global::Resource::CreateResourceManager()); in GetBadgeResource()
77 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in GetBadgeResource()
87 if (ret != Global::Resource::RState::SUCCESS) { in GetBadgeResource()
134 std::map<std::string, std::shared_ptr<Global::Resource::ResourceManager>> resourceManagerMap; in ParseResourceInfos()
146 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in ParseResourceInfos()
152 std::shared_ptr<Global::Resource::ResourceManager>(Global::Resource in ParseResourceInfos()
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_data_converter.cpp25 Global::Resource::ColorMode ConvertColorMode(const std::string &colormode) in ConvertColorMode()
27 auto resolution = Global::Resource::ColorMode::COLOR_MODE_NOT_SET; in ConvertColorMode()
29 static const std::vector<std::pair<std::string, Global::Resource::ColorMode>> resolutions = { in ConvertColorMode()
30 { "dark", Global::Resource::ColorMode::DARK }, in ConvertColorMode()
31 { "light", Global::Resource::ColorMode::LIGHT }, in ConvertColorMode()
53 Global::Resource::ScreenDensity ConvertDensity(const std::string &density) in ConvertDensity()
56 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensity()
58 static const std::vector<std::pair<std::string, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity()
59 { "sdpi", Global::Resource::ScreenDensity::SCREEN_DENSITY_SDPI }, in ConvertDensity()
60 { "mdpi", Global::Resource in ConvertDensity()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/configuration_constant/
H A Dconfiguration_constant_module.cpp42 NAPI_CALL(env, SetEnumItem(env, object, "COLOR_MODE_NOT_SET", Global::Resource::COLOR_MODE_NOT_SET)); in InitColorModeObject()
43 NAPI_CALL(env, SetEnumItem(env, object, "COLOR_MODE_DARK", Global::Resource::DARK)); in InitColorModeObject()
44 NAPI_CALL(env, SetEnumItem(env, object, "COLOR_MODE_LIGHT", Global::Resource::LIGHT)); in InitColorModeObject()
54 NAPI_CALL(env, SetEnumItem(env, object, "HOUR_NOT_SET", Global::Resource::HOUR_NOT_SET)); in InitTimeFormatObject()
55 NAPI_CALL(env, SetEnumItem(env, object, "HOUR_12", Global::Resource::HOUR_12)); in InitTimeFormatObject()
56 NAPI_CALL(env, SetEnumItem(env, object, "HOUR_24", Global::Resource::HOUR_24)); in InitTimeFormatObject()
66 NAPI_CALL(env, SetEnumItem(env, object, "DIRECTION_NOT_SET", Global::Resource::DIRECTION_NOT_SET)); in InitDirectionObject()
67 NAPI_CALL(env, SetEnumItem(env, object, "DIRECTION_VERTICAL", Global::Resource::DIRECTION_VERTICAL)); in InitDirectionObject()
68 NAPI_CALL(env, SetEnumItem(env, object, "DIRECTION_HORIZONTAL", Global::Resource::DIRECTION_HORIZONTAL)); in InitDirectionObject()
78 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_DENSITY_NOT_SET", Global::Resource in InitScreenDensityObject()
[all...]
H A Dconfiguration_constant_napi_module.cpp42 NAPI_CALL(env, SetEnumItem(env, object, "COLOR_MODE_NOT_SET", Global::Resource::COLOR_MODE_NOT_SET)); in InitColorModeObject()
43 NAPI_CALL(env, SetEnumItem(env, object, "COLOR_MODE_DARK", Global::Resource::DARK)); in InitColorModeObject()
44 NAPI_CALL(env, SetEnumItem(env, object, "COLOR_MODE_LIGHT", Global::Resource::LIGHT)); in InitColorModeObject()
54 NAPI_CALL(env, SetEnumItem(env, object, "HOUR_NOT_SET", Global::Resource::HOUR_NOT_SET)); in InitTimeFormatObject()
55 NAPI_CALL(env, SetEnumItem(env, object, "HOUR_12", Global::Resource::HOUR_12)); in InitTimeFormatObject()
56 NAPI_CALL(env, SetEnumItem(env, object, "HOUR_24", Global::Resource::HOUR_24)); in InitTimeFormatObject()
66 NAPI_CALL(env, SetEnumItem(env, object, "DIRECTION_NOT_SET", Global::Resource::DIRECTION_NOT_SET)); in InitDirectionObject()
67 NAPI_CALL(env, SetEnumItem(env, object, "DIRECTION_VERTICAL", Global::Resource::DIRECTION_VERTICAL)); in InitDirectionObject()
68 NAPI_CALL(env, SetEnumItem(env, object, "DIRECTION_HORIZONTAL", Global::Resource::DIRECTION_HORIZONTAL)); in InitDirectionObject()
78 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_DENSITY_NOT_SET", Global::Resource in InitScreenDensityObject()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dconfiguration_convertor.h23 Global::Resource::ColorMode ConvertColorMode(std::string colormode);
25 Global::Resource::TimeFormat ConvertTimeFormat(std::string timeformat);
27 Global::Resource::Direction ConvertDirection(int32_t height, int32_t width);
28 Global::Resource::Direction ConvertDirection(std::string direction);
30 Global::Resource::ScreenDensity ConvertDensity(float density);
31 Global::Resource::ScreenDensity ConvertDensity(std::string density);
33 Global::Resource::InputDevice ConvertHasPointerDevice(std::string hasPointerDevice);
35 Global::Resource::DeviceType ConvertDeviceType(std::string deviceType);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_interface1_test.cpp129 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
226 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
246 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
264 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
282 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp357 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in HWTEST_F()
379 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in HWTEST_F()
404 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in HWTEST_F()
435 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in HWTEST_F()
461 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_interface1_test.cpp130 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
150 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
215 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
237 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource::CreateResourceManager2()); in HWTEST_F()
256 std::shared_ptr<Global::Resource::ResourceManager2> resourceManager(Global::Resource in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp42 void InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> resourceManager);
57 void ConfigurationTest::InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in InitResourceManager()
59 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in InitResourceManager()
72 Global::Resource::RState updateRet = resourceManager->UpdateResConfig(*resConfig); in InitResourceManager()
73 if (updateRet != Global::Resource::RState::SUCCESS) { in InitResourceManager()
503 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in HWTEST_F()
505 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_parser.h51 bool ParseResourceInfoByResourceManager(const std::shared_ptr<Global::Resource::ResourceManager> resourceManager,
55 bool ParseLabelResourceByResourceManager(const std::shared_ptr<Global::Resource::ResourceManager> resourceManager,
59 bool ParseIconResourceByResourceManager(const std::shared_ptr<Global::Resource::ResourceManager> resourceManager,
63 const std::shared_ptr<Global::Resource::ResourceManager> resourceManager,
68 bool GetMediaDataById(const std::shared_ptr<Global::Resource::ResourceManager> resourceManager,
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.cpp29 void Resource::Release(const std::function<void(bool)>& onRelease) in Release()
67 double Resource::GetDoubleParam(const std::string& param, const std::string& name) const in GetDoubleParam()
83 int32_t Resource::GetIntParam(const std::string& param, const std::string& name) const in GetIntParam()
99 int64_t Resource::GetInt64Param(const std::string& param, const std::string& name) const in GetInt64Param()
114 void Resource::GetFloatArrayParam(const std::string& param, const std::string& name, std::vector<float>& matrix) const in GetFloatArrayParam()
142 std::map<std::string, std::string> Resource::ParseMapFromString(const std::string& param) in ParseMapFromString()
168 std::string Resource::MakeResourceHash() const in MakeResourceHash()
176 std::string Resource::MakeEventHash(const std::string& event) const in MakeEventHash()
188 std::string Resource::MakeMethodHash(const std::string& method) const in MakeMethodHash()
200 bool Resource
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h51 using RState = Global::Resource::RState;
54 RState state_ = Global::Resource::ERROR;
97 const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr) in LayeredDrawableDescriptor()
104 const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, std::string path, uint32_t iconType, in LayeredDrawableDescriptor()
112 const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, std::string path, uint32_t iconType, in LayeredDrawableDescriptor()
154 void InitialMask(const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr);
164 void InitialResource(const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr);
166 const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, bool isBackground);
168 const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, const char* item);
171 bool GetMaskByName(std::shared_ptr<Global::Resource
[all...]
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp72 std::shared_ptr<Global::Resource::ResourceManager> resourceMgr(Global::Resource::CreateResourceManager()); in HWTEST_F()
140 std::shared_ptr<Global::Resource::ResourceManager> resourceMgr(Global::Resource::CreateResourceManager()); in HWTEST_F()
165 std::shared_ptr<Global::Resource::ResourceManager> resourceMgr(Global::Resource::CreateResourceManager()); in HWTEST_F()
168 Global::Resource::RState state(Global::Resource::INVALID_FORMAT); in HWTEST_F()
203 std::shared_ptr<Global::Resource::ResourceManager> resourceMgr; in HWTEST_F()
231 std::shared_ptr<Global::Resource in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dmock_context.cpp94 std::shared_ptr<Global::Resource::ResourceManager> MockContext::CreateModuleResourceManager( in CreateModuleResourceManager()
101 const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) in CreateSystemHspModuleResourceManager()
143 Global::Resource::DeviceType MockContext::GetDeviceType() const in GetDeviceType()
145 return Global::Resource::DeviceType::DEVICE_NOT_SET; in GetDeviceType()
155 std::shared_ptr<Global::Resource::ResourceManager> MockContext::GetResourceManager() const in GetResourceManager()
157 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in GetResourceManager()
/foundation/ability/ability_runtime/test/unittest/application_context_second_test/
H A Dmock_context_impl.cpp112 const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) in CreateSystemHspModuleResourceManager()
117 std::shared_ptr<Global::Resource::ResourceManager> MockContextImpl::CreateModuleResourceManager( in CreateModuleResourceManager()
161 Global::Resource::DeviceType MockContextImpl::GetDeviceType() const in GetDeviceType()
163 return Global::Resource::DeviceType::DEVICE_NOT_SET; in GetDeviceType()
173 std::shared_ptr<Global::Resource::ResourceManager> MockContextImpl::GetResourceManager() const in GetResourceManager()
175 std::shared_ptr<Global::Resource::ResourceManager> resourceManager(Global::Resource::CreateResourceManager()); in GetResourceManager()

Completed in 14 milliseconds

1234567