Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp68 auto dataMgrObject = saMgr->CheckSystemAbility(DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in GetCloudService() local
69 if (dataMgrObject == nullptr) { in GetCloudService()
74 sptr<DataMgrService> dataMgr = new (std::nothrow) DataMgrService(dataMgrObject); in GetCloudService()