Home
last modified time | relevance | path

Searched refs:OnAssetChanged (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dasset_change_timer.cpp43 void AssetChangeTimer::OnAssetChanged( in OnAssetChanged() function in OHOS::ObjectStore::AssetChangeTimer
107 int32_t res = proxy->OnAssetChanged(flatObjectStore_->GetBundleName(), sessionId, deviceId, assetValue); in HandleAssetChanges()
109 LOG_ERROR("OnAssetChanged failed status: %{public}d, sessionId: %{public}s, assetKey: %{public}s", status, in HandleAssetChanges()
H A Ddistributed_object_store_impl.cpp160 assetChangeTimer->OnAssetChanged(sessionId, assetKey, objectWatcher); in Watch()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h27 void OnAssetChanged(
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service_proxy.h40 int32_t OnAssetChanged(const std::string &bundleName, const std::string &sessionId,
H A Dobject_service.h38 virtual int32_t OnAssetChanged(const std::string &bundleName, const std::string &sessionId,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h50 int32_t OnAssetChanged(const std::string &bundleName, const std::string &sessionId,
H A Dobject_service_impl.cpp84 int32_t ObjectServiceImpl::OnAssetChanged(const std::string &bundleName, const std::string &sessionId, in OnAssetChanged() function in OHOS::DistributedObject::ObjectServiceImpl
92 status = ObjectStoreManager::GetInstance()->OnAssetChanged(tokenId, bundleName, sessionId, deviceId, assetValue); in OnAssetChanged()
H A Dobject_service_stub.cpp67 int32_t status = OnAssetChanged(bundleName, sessionId, deviceId, assetValue); in OnAssetChangedOnRemote()
H A Dobject_manager.h108 int32_t OnAssetChanged(const uint32_t tokenId, const std::string& appId, const std::string& sessionId,
H A Dobject_manager.cpp1205 int32_t ObjectStoreManager::OnAssetChanged(const uint32_t tokenId, const std::string& appId, in OnAssetChanged() function in OHOS::DistributedObject::ObjectStoreManager
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp62 int32_t ObjectServiceProxy::OnAssetChanged(const std::string &bundleName, const std::string &sessionId, in OnAssetChanged() function in OHOS::DistributedObject::ObjectServiceProxy
82 LOG_ERROR("OnAssetChanged remoteObject is nullptr."); in OnAssetChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp417 * @tc.desc: OnAssetChanged test.
427 auto result = manager->OnAssetChanged(tokenId_, appId_, sessionId_, deviceId_, assetValue_); in HWTEST_F()
430 result = manager->OnAssetChanged(tokenId_, appId_, sessionId_, deviceId_, assetValue_); in HWTEST_F()

Completed in 10 milliseconds