Searched refs:PARAMTHREE (Results 1 - 5 of 5) sorted by relevance
/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_web_data_base.cpp | 37 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 D | napi_geolocation_permission.cpp | 32 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 D | napi_os_account_common.h | 32 constexpr int PARAMTHREE = 3; member
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 45 constexpr int PARAMTHREE = 3; member
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account_common.cpp | 582 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