/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | feature_stub_impl.cpp | 80 int32_t FeatureStubImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) in ResolveAutoLaunch() function in OHOS::DistributedData::FeatureStubImpl 85 return featureImpl_->ResolveAutoLaunch(identifier, param); in ResolveAutoLaunch()
|
H A D | feature_stub_impl.h | 38 int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m);
|
H A D | kvstore_data_service.cpp | 367 value->ResolveAutoLaunch(identifier, param); in StartService()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.h | 44 int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) override;
|
H A D | object_service_impl.cpp | 298 int32_t ObjectServiceImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) in ResolveAutoLaunch() function in OHOS::DistributedObject::ObjectServiceImpl
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/ |
H A D | feature_system.h | 53 virtual int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/ |
H A D | feature_system.cpp | 94 int32_t FeatureSystem::Feature::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) in ResolveAutoLaunch() function in OHOS::DistributedData::FeatureSystem::Feature
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | feature_test.cpp | 209 int32_t ret = mockFeature.ResolveAutoLaunch(identifier, param);
in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 588 * @tc.name: ResolveAutoLaunch 589 * @tc.desc: ResolveAutoLaunch function test. 593 HWTEST_F(KvdbServiceImplTest, ResolveAutoLaunch, TestSize.Level0) in HWTEST_F() 602 auto result = kvdbServiceImpl_->ResolveAutoLaunch(identifier, launchParam); in HWTEST_F() 610 result = kvdbServiceImpl_->ResolveAutoLaunch(identifier, launchParam); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 75 int32_t ResolveAutoLaunch(const std::string &identifier, DBLaunchParam ¶m) override;
|
H A D | kvdb_service_impl.cpp | 756 int32_t KVDBServiceImpl::ResolveAutoLaunch(const std::string &identifier, DBLaunchParam ¶m) in ResolveAutoLaunch() function in OHOS::DistributedKv::KVDBServiceImpl
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 77 int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) override;
|
H A D | rdb_service_impl.cpp | 98 return ResolveAutoLaunch(identifier, param); in RdbServiceImpl() 145 int32_t RdbServiceImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) in ResolveAutoLaunch() function in OHOS::DistributedRdb::RdbServiceImpl
|