Home
last modified time | relevance | path

Searched refs:onAccountBound (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h38 napi_ref onAccountBound = nullptr; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp593 ReleaseNapiRefAsync(env_, jsPlugin_.onAccountBound); in ~NapiDomainAccountPlugin()
594 jsPlugin_.onAccountBound = nullptr; in ~NapiDomainAccountPlugin()
733 if (jsPlugin_.onAccountBound == nullptr) { in OnAccountBound()
745 param->func = jsPlugin_.onAccountBound; in OnAccountBound()
961 if (!GetNamedJsFunction(env, argv[0], "bindAccount", jsPlugin.onAccountBound)) { in ParseContextForRegisterPlugin()