Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness_module.cpp53 asyncBrightness->CreateValueRef(options, valName, napi_number); in SyncWork()
159 asyncBrightness->CreateValueRef(options, Brightness::KEEP_SCREENON, napi_boolean); in SetKeepScreenOn()
H A Dbrightness.h47 void CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype checkType);
H A Dbrightness.cpp214 void Brightness::CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype che… in CreateValueRef() function in OHOS::DisplayPowerMgr::Brightness