Searched refs:jsthis (Results 1 - 2 of 2) sorted by relevance
/base/powermgr/power_manager/frameworks/napi/power/ |
H A D | power.cpp | 41 napi_value jsthis; in RebootOrShutdown() local 44 napi_status status = napi_get_cb_info(env, info, &argc, args, &jsthis, &data); in RebootOrShutdown() 114 napi_value jsthis; in IsScreenOn() local 117 napi_status status = napi_get_cb_info(env, info, &argc, args, &jsthis, &data); in IsScreenOn() 153 napi_value jsthis; in WakeupDevice() local 156 napi_status status = napi_get_cb_info(env, info, &argc, args, &jsthis, &data); in WakeupDevice()
|
/base/powermgr/thermal_manager/frameworks/napi/ |
H A D | thermal_manager_napi.cpp | 191 napi_value jsthis = nullptr; in EnumThermalLevelConstructor() local 194 napi_status status = napi_get_cb_info(env, info, &argc, argv, &jsthis, &data); in EnumThermalLevelConstructor() 200 return jsthis; in EnumThermalLevelConstructor()
|
Completed in 2 milliseconds