Searched refs:GetPointerStyleSync (Results 1 – 4 of 4) sorted by relevance
39 static napi_value GetPointerStyleSync(napi_env env, napi_callback_info info);
75 napi_value GetPointerStyleSync(napi_env env, int32_t windowid);
873 napi_value JsPointerContext::GetPointerStyleSync(napi_env env, napi_callback_info info) in GetPointerStyleSync() function in OHOS::MMI::JsPointerContext899 return jsPointerMgr->GetPointerStyleSync(env, windowId); in GetPointerStyleSync()1663 DECLARE_NAPI_STATIC_FUNCTION("getPointerStyleSync", GetPointerStyleSync), in Export()
614 napi_value JsPointerManager::GetPointerStyleSync(napi_env env, int32_t windowid) in GetPointerStyleSync() function in OHOS::MMI::JsPointerManager