Home
last modified time | relevance | path

Searched refs:GetAssetValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dasset_change_timer.cpp89 if (!GetAssetValue(sessionId, assetKey, assetValue)) { in HandleAssetChanges()
115 bool AssetChangeTimer::GetAssetValue(const std::string &sessionId, const std::string &assetKey, Ass… in GetAssetValue() function in OHOS::ObjectStore::AssetChangeTimer
H A Ddistributed_object_impl.cpp118 uint32_t DistributedObjectImpl::GetAssetValue(const std::string &assetKey, Asset &assetValue) in GetAssetValue() function in OHOS::ObjectStore::DistributedObjectImpl
155 auto status = GetAssetValue(assetKey, assetValue); in BindAssetStore()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h41 … bool GetAssetValue(const std::string &sessionId, const std::string &assetKey, Asset &assetValue);
H A Ddistributed_object_impl.h43 uint32_t GetAssetValue(const std::string &assetKey, Asset &assetValue);