Home
last modified time | relevance | path

Searched refs:GetBooleanPara (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_geolocation_permission.h76 static bool GetBooleanPara(napi_env env, napi_value argv, bool& outValue);
H A Dnapi_geolocation_permission.cpp110 bool NapiGeolocationPermission::GetBooleanPara(napi_env env, napi_value argv, bool& outValue) in GetBooleanPara() function in OHOS::NWeb::NapiGeolocationPermission
367 if (!GetBooleanPara(env, argv[PARAMTWO], incognitoMode)) { in JsGetAccessibleGeolocation()
380 if (!GetBooleanPara(env, argv[PARAMONE], incognitoMode)) { in JsGetAccessibleGeolocation()
549 if (!GetBooleanPara(env, argv[PARAMONE], incognitoMode)) { in JsGetStoredGeolocation()
564 if (!GetBooleanPara(env, argv[PARAMZERO], incognitoMode)) { in JsGetStoredGeolocation()
/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.cpp101 bool NapiWebCookieManager::GetBooleanPara(napi_env env, napi_value argv, bool& outValue) in GetBooleanPara() function in OHOS::NWeb::NapiWebCookieManager
191 if (!GetBooleanPara(env, argv[INTEGER_ONE], incognitoMode)) { in JsFetchCookieAsync()
229 if (argc == INTEGER_TWO && !GetBooleanPara(env, argv[INTEGER_ONE], incognitoMode)) { in JsGetCookie()
280 if (argc > INTEGER_TWO && !GetBooleanPara(env, argv[INTEGER_TWO], incognitoMode)) { in JsSetCookie()
287 if (argc == INTEGER_FOUR && !GetBooleanPara(env, argv[INTEGER_THREE], includeHttpOnly)) { in JsSetCookie()
398 if (!GetBooleanPara(env, argv[INTEGER_TWO], incognitoMode)) { in JsConfigCookieAsync()
404 if (!GetBooleanPara(env, argv[INTEGER_THREE], includeHttpOnly)) { in JsConfigCookieAsync()
442 if (!GetBooleanPara(env, argv[INTEGER_ZERO], accept)) { in JsPutAcceptCookieEnabled()
487 if (!GetBooleanPara(env, argv[INTEGER_ZERO], accept)) { in JsPutAcceptThirdPartyCookieEnabled()
516 if (argc == INTEGER_ONE && !GetBooleanPara(en in JsExistCookie()
[all...]
H A Dnapi_web_cookie_manager.h65 static bool GetBooleanPara(napi_env env, napi_value argv, bool& outValue);

Completed in 4 milliseconds