Home
last modified time | relevance | path

Searched refs:ResolveAutoLaunch (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dfeature_stub_impl.cpp80 int32_t FeatureStubImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) in ResolveAutoLaunch() function in OHOS::DistributedData::FeatureStubImpl
85 return featureImpl_->ResolveAutoLaunch(identifier, param); in ResolveAutoLaunch()
H A Dfeature_stub_impl.h38 int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param);
H A Dkvstore_data_service.cpp367 value->ResolveAutoLaunch(identifier, param); in StartService()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h44 int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) override;
H A Dobject_service_impl.cpp298 int32_t ObjectServiceImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) in ResolveAutoLaunch() function in OHOS::DistributedObject::ObjectServiceImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h53 virtual int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp94 int32_t FeatureSystem::Feature::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) in ResolveAutoLaunch() function in OHOS::DistributedData::FeatureSystem::Feature
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp209 int32_t ret = mockFeature.ResolveAutoLaunch(identifier, param); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp588 * @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 Dkvdb_service_impl.h75 int32_t ResolveAutoLaunch(const std::string &identifier, DBLaunchParam &param) override;
H A Dkvdb_service_impl.cpp756 int32_t KVDBServiceImpl::ResolveAutoLaunch(const std::string &identifier, DBLaunchParam &param) in ResolveAutoLaunch() function in OHOS::DistributedKv::KVDBServiceImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h77 int32_t ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) override;
H A Drdb_service_impl.cpp98 return ResolveAutoLaunch(identifier, param); in RdbServiceImpl()
145 int32_t RdbServiceImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) in ResolveAutoLaunch() function in OHOS::DistributedRdb::RdbServiceImpl

Completed in 13 milliseconds