Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_defination.h123 void(*onRequestContinued) (); member
H A Dappaccount_common.h96 std::function<void()> onRequestContinued = nullptr; member
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp517 if (callbackId.onRequestContinued != nullptr) { in ParseContextForVerifyCredential()
518 callback.onRequestContinued = CJLambda::Create(callbackId.onRequestContinued); in ParseContextForVerifyCredential()
568 if (callbackId.onRequestContinued != nullptr) { in ParseContextForSetAuthenticatorProperties()
569 callback.onRequestContinued = CJLambda::Create(callbackId.onRequestContinued); in ParseContextForSetAuthenticatorProperties()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp274 NapiCallVoidFunction(data->env, nullptr, 0, data->callback.onRequestContinued); in UvQueueWorkOnRequestContinued()
1106 napi_has_named_property(env, object, "onRequestContinued", &hasProp); in ParseJSAuthCallback()
1109 napi_get_named_property(env, object, "onRequestContinued", &value); in ParseJSAuthCallback()
1115 if (!GetNamedFunction(env, object, "onRequestContinued", callback.onRequestContinued)) { in ParseJSAuthCallback()
1116 ACCOUNT_LOGE("the onRequestContinued is invalid"); in ParseJSAuthCallback()
1313 if (callback.onRequestContinued != nullptr) { in ProcessOnResultCallback()
1314 napi_delete_reference(env, callback.onRequestContinued); in ProcessOnResultCallback()
1315 callback.onRequestContinued = nullptr; in ProcessOnResultCallback()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h86 napi_ref onRequestContinued = nullptr; member

Completed in 6 milliseconds