Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_client.cpp71 pluginService_ = pluginService; in RegisterPlugin()
375 if (pluginService_ == nullptr) { in RestorePlugin()
384 (void)proxy->RegisterPlugin(pluginService_); in RestorePlugin()
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_account_client.h161 sptr<IDomainAccountPlugin> pluginService_ = nullptr; variable