Searched refs:globalSwitchType (Results 1 - 1 of 1) sorted by relevance
/base/security/access_token/frameworks/js/napi/accesstoken/src/ |
H A D | napi_atmanager.cpp | 333 napi_value globalSwitchType = nullptr; in CreateObjects() local 334 napi_create_object(env, &globalSwitchType); in CreateObjects() 335 SetNamedProperty(env, globalSwitchType, CAMERA, "CAMERA"); in CreateObjects() 336 SetNamedProperty(env, globalSwitchType, MICROPHONE, "MICROPHONE"); in CreateObjects() 337 SetNamedProperty(env, globalSwitchType, LOCATION, "LOCATION"); in CreateObjects() 344 DECLARE_NAPI_PROPERTY("SwitchType", globalSwitchType), in CreateObjects()
|
Completed in 3 milliseconds