Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp56 sptr<IRemoteObject> loadproxy_; member in OHOS::SystemAbilityProxyCallback
98 loadproxy_ = remoteObject; in OnLoadSystemAbilitySuccess()
106 loadproxy_ = nullptr; in OnLoadSystemAbilityFail()
629 [&callback]() { return callback->loadproxy_ != nullptr; }); in LoadSystemAbility()
634 return callback->loadproxy_; in LoadSystemAbility()