Searched refs:dpProxy_ (Results 1 – 7 of 7) sorted by relevance
91 [this]() { return dpProxy_ != nullptr; }); in LoadDeviceProfileService()117 dpProxy_ = iface_cast<IDistributedDeviceProfile>(remoteObject); in LoadSystemAbilitySuccess()135 dpProxy_ = nullptr; in LoadSystemAbilityFail()303 if (dpProxy_ != nullptr) { in GetDeviceProfileService()304 return dpProxy_; in GetDeviceProfileService()330 dpProxy_ = iface_cast<IDistributedDeviceProfile>(object); in GetDeviceProfileService()331 return dpProxy_; in GetDeviceProfileService()338 if (dpProxy_ != nullptr) { in GetDeviceProfileService()339 return dpProxy_; in GetDeviceProfileService()378 dpProxy_ = nullptr; in OnServiceDied()
79 [this]() { return dpProxy_ != nullptr; }); in LoadDeviceProfileService()80 if (waitStatus && dpProxy_ != nullptr) { in LoadDeviceProfileService()82 return dpProxy_; in LoadDeviceProfileService()99 dpProxy_ = iface_cast<IDistributedDeviceProfile>(remoteObject); in LoadSystemAbilitySuccess()110 dpProxy_ = nullptr; in LoadSystemAbilityFail()372 if (dpProxy_ != nullptr) { in GetDeviceProfileService()373 return dpProxy_; in GetDeviceProfileService()393 return dpProxy_; in GetDeviceProfileService()400 if (dpProxy_ != nullptr) { in GetDeviceProfileService()401 return dpProxy_; in GetDeviceProfileService()[all …]
296 dpProxy_ = iface_cast<IMemMgr>(object); in GetMemMgrService()297 return dpProxy_; in GetMemMgrService()
55 sptr<IMemMgr> dpProxy_; variable
84 sptr<IDistributedDeviceProfile> dpProxy_; variable
99 sptr<IDistributedDeviceProfile> dpProxy_ = nullptr; variable
442 EXPECT_EQ(nullptr, DistributedDeviceProfileClient::GetInstance().dpProxy_);