Home
last modified time | relevance | path

Searched refs:DoSubscribe (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h56 int32_t DoSubscribe(int32_t userId, std::shared_ptr<OhCloudExtCloudSync> server,
H A Dcloud_server_impl.cpp346 return DoSubscribe(userId, pServer, pDatabases); in Subscribe()
349 int32_t CloudServerImpl::DoSubscribe(int32_t userId, std::shared_ptr<OhCloudExtCloudSync> server, in DoSubscribe() function in OHOS::CloudData::CloudServerImpl
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_test_tool.cpp250 static void DoSubscribe(int32_t said) in DoSubscribe() function
369 DoSubscribe(said); in DoExtend()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp285 * @tc.name: DoSubscribe
286 * @tc.desc: Test the DoSubscribe with not support CloudService
290 HWTEST_F(CloudServiceImplTest, DoSubscribe, TestSize.Level0) in HWTEST_F()
293 auto status = cloudServiceImpl_->DoSubscribe(user); in HWTEST_F()
H A Dcloud_data_test.cpp1961 * @tc.name: DoSubscribe
1962 * @tc.desc: Test DoSubscribe functions with invalid parameter.
1966 HWTEST_F(CloudDataTest, DoSubscribe, TestSize.Level0) in HWTEST_F()
1968 ZLOGI("CloudServiceImplTest DoSubscribe start"); in HWTEST_F()
1973 auto status = cloudServiceImpl_->DoSubscribe(user); in HWTEST_F()
1977 status = cloudServiceImpl_->DoSubscribe(user); in HWTEST_F()
1981 status = cloudServiceImpl_->DoSubscribe(user); in HWTEST_F()
1984 status = cloudServiceImpl_->DoSubscribe(user); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h124 bool DoSubscribe(int32_t user);
178 static constexpr Handle WORK_SUB = &CloudServiceImpl::DoSubscribe;
H A Dcloud_service_impl.cpp1047 bool CloudServiceImpl::DoSubscribe(int32_t user) in DoSubscribe() function in CloudServiceImpl
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h107 int32_t DoSubscribe(const RdbSyncerParam& param, const SubscribeOption &option);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp222 if (DoSubscribe(param, option) != RDB_OK) { in Subscribe()
239 int32_t RdbServiceProxy::DoSubscribe(const RdbSyncerParam &param, const SubscribeOption &option) in DoSubscribe() function in OHOS::DistributedRdb::RdbServiceProxy

Completed in 11 milliseconds