/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | asset_change_timer.cpp | 43 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 D | distributed_object_store_impl.cpp | 160 assetChangeTimer->OnAssetChanged(sessionId, assetKey, objectWatcher); in Watch()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
H A D | asset_change_timer.h | 27 void OnAssetChanged(
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/ |
H A D | object_service_proxy.h | 40 int32_t OnAssetChanged(const std::string &bundleName, const std::string &sessionId,
|
H A D | object_service.h | 38 virtual int32_t OnAssetChanged(const std::string &bundleName, const std::string &sessionId,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.h | 50 int32_t OnAssetChanged(const std::string &bundleName, const std::string &sessionId,
|
H A D | object_service_impl.cpp | 84 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 D | object_service_stub.cpp | 67 int32_t status = OnAssetChanged(bundleName, sessionId, deviceId, assetValue); in OnAssetChangedOnRemote()
|
H A D | object_manager.h | 108 int32_t OnAssetChanged(const uint32_t tokenId, const std::string& appId, const std::string& sessionId,
|
H A D | object_manager.cpp | 1205 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 D | object_service_proxy.cpp | 62 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 D | object_manager_test.cpp | 417 * @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()
|