Searched refs:deviceProfileStore_ (Results 1 – 3 of 3) sorted by relevance
83 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 …]
135 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 …]
98 std::shared_ptr<IKVAdapter> deviceProfileStore_ = nullptr; variable