Home
last modified time | relevance | path

Searched refs:OnUserChange (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dfeature_stub_impl.cpp88 int32_t FeatureStubImpl::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() function in OHOS::DistributedData::FeatureStubImpl
93 return featureImpl_->OnUserChange(code, user, account); in OnUserChange()
H A Dfeature_stub_impl.h39 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account);
H A Dkvstore_data_service.cpp718 value->OnUserChange(uint32_t(eventInfo.status), eventInfo.userId, eventInfo.harmonyAccountId); in NotifyAccountEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h47 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account) override;
H A Dobject_service_impl.cpp179 int32_t ObjectServiceImpl::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() function in OHOS::DistributedObject::ObjectServiceImpl
184 return Feature::OnUserChange(code, user, account); in OnUserChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h54 virtual int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp99 int32_t FeatureSystem::Feature::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() function in OHOS::DistributedData::FeatureSystem::Feature
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp229 int32_t ret = mockFeature.OnUserChange(code, user, account); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h76 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account) override;
H A Dkvdb_service_impl.cpp785 int32_t KVDBServiceImpl::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() function in OHOS::DistributedKv::KVDBServiceImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h69 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account) override;
H A Dcloud_service_impl.cpp663 int32_t CloudServiceImpl::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() function in OHOS::CloudData::CloudServiceImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp911 * @tc.name: OnUserChange
922 auto ret = cloudServiceImpl_->OnUserChange(ACCOUNT_DEFAULT, "0", "test"); in HWTEST_F()
924 ret = cloudServiceImpl_->OnUserChange(ACCOUNT_DELETE, "0", "test"); in HWTEST_F()
926 ret = cloudServiceImpl_->OnUserChange(ACCOUNT_SWITCHED, "0", "test"); in HWTEST_F()
928 ret = cloudServiceImpl_->OnUserChange(ACCOUNT_UNLOCKED, "0", "test"); in HWTEST_F()
H A Dkvdb_service_impl_test.cpp565 auto status = kvdbServiceImpl_->OnUserChange(code, user, account); in HWTEST_F()

Completed in 17 milliseconds