Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp83 if (deviceProfileStore_ == nullptr) { in UnInit()
87 deviceProfileStore_->UnInit(); in UnInit()
88 deviceProfileStore_ = nullptr; in UnInit()
120 if (deviceProfileStore_ == nullptr) { in PutDeviceProfile()
148 if (deviceProfileStore_ == nullptr) { in PutServiceProfile()
178 if (deviceProfileStore_ == nullptr) { in PutServiceProfileBatch()
206 if (deviceProfileStore_ == nullptr) { in PutCharacteristicProfile()
236 if (deviceProfileStore_ == nullptr) { in PutCharacteristicProfileBatch()
703 if (deviceProfileStore_ == nullptr) { in DeleteBatchByKeys()
722 if (deviceProfileStore_ == nullptr) { in GetProfilesByOwner()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp135 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
266 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
293 DeviceProfileManager::GetInstance().deviceProfileStore_->UnInit();
322 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
399 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
419 DeviceProfileManager::GetInstance().deviceProfileStore_->UnInit();
459 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
488 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
597 DeviceProfileManager::GetInstance().deviceProfileStore_ = nullptr;
618 DeviceProfileManager::GetInstance().deviceProfileStore_->UnInit();
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h98 std::shared_ptr<IKVAdapter> deviceProfileStore_ = nullptr; variable