Home
last modified time | relevance | path

Searched refs:ReleaseUserInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp82 void CloudServer::ReleaseUserInfo(int32_t userId) {} in ReleaseUserInfo() function in OHOS::DistributedData::CloudServer
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_server.h43 virtual void ReleaseUserInfo(int32_t userId);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h125 bool ReleaseUserInfo(int32_t user);
179 static constexpr Handle WORK_RELEASE = &CloudServiceImpl::ReleaseUserInfo;
H A Dcloud_service_impl.cpp778 ReleaseUserInfo(user); in UpdateCloudInfo()
1024 bool CloudServiceImpl::ReleaseUserInfo(int32_t user) in ReleaseUserInfo() function in CloudServiceImpl
1030 instance->ReleaseUserInfo(user); in ReleaseUserInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp272 * @tc.desc: Test ReleaseUserInfo functions with invalid parameter.
280 auto status = cloudServiceImpl_->ReleaseUserInfo(user); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp447 cloudServer.ReleaseUserInfo(userId); in HWTEST_F()

Completed in 6 milliseconds