Lines Matching refs:remoteObject
72 sptr<IRemoteObject> remoteObject = sam->CheckSystemAbility(DFX_SYS_HIDUMPER_ABILITY_ID);
73 if (remoteObject == nullptr) {
74 ErrCode retStart = OnDemandStart(sam, remoteObject);
75 if (remoteObject == nullptr || retStart != ERR_OK) {
76 DUMPER_HILOGE(MODULE_CLIENT, "remoteObject is nullptr.");
85 if ((remoteObject->IsProxyObject()) && (!remoteObject->AddDeathRecipient(deathRecipient_))) {
89 proxy_ = iface_cast<IDumpBroker>(remoteObject);
135 ErrCode DumpManagerClient::OnDemandStart(sptr<ISystemAbilityManager> sam, sptr<IRemoteObject> &remoteObject)
151 remoteObject = sam->CheckSystemAbility(DFX_SYS_HIDUMPER_ABILITY_ID);
152 if (remoteObject != nullptr) {