Searched refs:SetPointerColorSync (Results 1 – 4 of 4) sorted by relevance
43 static napi_value SetPointerColorSync(napi_env env, napi_callback_info info);
66 napi_value SetPointerColorSync(napi_env env, int32_t color);
271 napi_value JsPointerContext::SetPointerColorSync(napi_env env, napi_callback_info info) in SetPointerColorSync() function in OHOS::MMI::JsPointerContext292 return jsPointerMgr->SetPointerColorSync(env, color); in SetPointerColorSync()1654 DECLARE_NAPI_STATIC_FUNCTION("setPointerColorSync", SetPointerColorSync), in Export()
270 napi_value JsPointerManager::SetPointerColorSync(napi_env env, int32_t color) in SetPointerColorSync() function in OHOS::MMI::JsPointerManager