Home
last modified time | relevance | path

Searched refs:configPtr (Results 1 - 3 of 3) sorted by relevance

/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_utils.h94 static bool GetEnumParamOfConfig(napi_env env, std::shared_ptr<ResConfig> configPtr, napi_value &object);
96 static bool GetLocaleOfConfig(napi_env env, std::shared_ptr<ResConfig> configPtr, napi_value &object);
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp602 std::shared_ptr<ResConfig> configPtr, napi_value &object) in GetEnumParamOfConfig()
631 configPtr->SetDirection(static_cast<Direction>(value)); in GetEnumParamOfConfig()
633 configPtr->SetDeviceType(static_cast<DeviceType>(value)); in GetEnumParamOfConfig()
635 configPtr->SetScreenDensityDpi(static_cast<ScreenDensity>(value)); in GetEnumParamOfConfig()
637 configPtr->SetColorMode(static_cast<ColorMode>(value)); in GetEnumParamOfConfig()
639 configPtr->SetMcc(value); in GetEnumParamOfConfig()
641 configPtr->SetMnc(value); in GetEnumParamOfConfig()
648 napi_env env, std::shared_ptr<ResConfig> configPtr, napi_value &object) in GetLocaleOfConfig()
684 if (configPtr->SetLocaleInfo(buf.data()) != SUCCESS) { in GetLocaleOfConfig()
601 GetEnumParamOfConfig(napi_env env, std::shared_ptr<ResConfig> configPtr, napi_value &object) GetEnumParamOfConfig() argument
647 GetLocaleOfConfig( napi_env env, std::shared_ptr<ResConfig> configPtr, napi_value &object) GetLocaleOfConfig() argument
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp122 CAppEventReportConfig* configPtr = processor.eventConfigs.head; in ConvertReportConfig() local
125 int res = ConvertConfigReportProp(configPtr[i], reportConf); in ConvertReportConfig()

Completed in 3 milliseconds