Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp91 [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()
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp79 [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 …]
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_client.cpp296 dpProxy_ = iface_cast<IMemMgr>(object); in GetMemMgrService()
297 return dpProxy_; in GetMemMgrService()
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_client.h55 sptr<IMemMgr> dpProxy_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h84 sptr<IDistributedDeviceProfile> dpProxy_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h99 sptr<IDistributedDeviceProfile> dpProxy_ = nullptr; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp442 EXPECT_EQ(nullptr, DistributedDeviceProfileClient::GetInstance().dpProxy_);