Searched refs:IsValidRotateStateRange (Results 1 – 2 of 2) sorted by relevance
185 static bool IsValidRotateStateRange(napi_env env, napi_value argValue);
699 if (!IsValidArgType(env, argv[2], napi_number) || !IsValidRotateStateRange(env, argv[2])) { in GetCorrespondWallpaperInner()1062 bool NapiWallpaperAbility::IsValidRotateStateRange(napi_env env, napi_value argValue) in IsValidRotateStateRange() function in OHOS::WallpaperNAPI::NapiWallpaperAbility