/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | feature_stub_impl.cpp | 88 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 D | feature_stub_impl.h | 39 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account);
|
H A D | kvstore_data_service.cpp | 718 value->OnUserChange(uint32_t(eventInfo.status), eventInfo.userId, eventInfo.harmonyAccountId); in NotifyAccountEvent()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.h | 47 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account) override;
|
H A D | object_service_impl.cpp | 179 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 D | feature_system.h | 54 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 D | feature_system.cpp | 99 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 D | feature_test.cpp | 229 int32_t ret = mockFeature.OnUserChange(code, user, account);
in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 76 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account) override;
|
H A D | kvdb_service_impl.cpp | 785 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 D | cloud_service_impl.h | 69 int32_t OnUserChange(uint32_t code, const std::string &user, const std::string &account) override;
|
H A D | cloud_service_impl.cpp | 663 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 D | cloud_data_test.cpp | 911 * @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 D | kvdb_service_impl_test.cpp | 565 auto status = kvdbServiceImpl_->OnUserChange(code, user, account); in HWTEST_F()
|