Home
last modified time | relevance | path

Searched refs:PARAMTHREE (Results 1 - 5 of 5) sorted by relevance

/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp37 constexpr int32_t PARAMTHREE = 3; member
174 if (!GetSize(env, argv[PARAMTHREE], bufferSize) || bufferSize > MAX_PWD_LENGTH) { in JsSaveHttpAuthCredentials()
181 if (!GetCharPara(env, argv[PARAMTHREE], password, bufferSize)) { in JsSaveHttpAuthCredentials()
H A Dnapi_geolocation_permission.cpp32 constexpr int32_t PARAMTHREE = 3; member
340 size_t argc = PARAMTHREE; in JsGetAccessibleGeolocation()
343 size_t argcCallback = PARAMTHREE; in JsGetAccessibleGeolocation()
344 napi_value argv[PARAMTHREE] = { 0 }; in JsGetAccessibleGeolocation()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account_common.h32 constexpr int PARAMTHREE = 3; member
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h45 constexpr int PARAMTHREE = 3; member
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp582 napi_typeof(env, argv[PARAMTHREE], &valueType); in ParseContextForAuth()
586 if (!AppExecFwk::UnwrapWantParams(env, argv[PARAMTHREE], params)) { in ParseContextForAuth()
1268 if ((argc == ARGS_SIZE_FOUR) && (!GetCallbackProperty(env, argv[PARAMTHREE], context->callbackRef, PARAMTWO))) { in ParseContextForCheckAccountLabels()

Completed in 6 milliseconds