Searched defs:objectKey (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_data_listener.cpp | 52 auto objectKey = dstBundleName + sessionId;
in OnStart() local 68 auto objectKey = assetObj->dstBundleName_+assetObj->sessionId_;
in OnFinished() local
|
H A D | object_manager.cpp | 264 auto objectKey = bundleName + sessionId;
in Retrieve() local 462 void ObjectStoreManager::ComputeStatus(const std::string& objectKey, const SaveInfo& saveInfo,
in ComputeStatus() argument 499 int32_t ObjectStoreManager::WaitAssets(const std::string& objectKey, const SaveInfo& saveInfo,
in WaitAssets() argument 534 NotifyAssetsReady(const std::string& objectKey, const std::string& bundleName, const std::string& srcNetworkId) NotifyAssetsReady() argument 568 NotifyAssetsStart(const std::string& objectKey, const std::string& srcNetworkId) NotifyAssetsStart() argument 655 DoNotifyAssetsReady(uint32_t tokenId, const CallbackInfo& value, const std::string& objectKey, bool allReady) DoNotifyAssetsReady() argument 676 DoNotifyWaitAssetTimeout(const std::string &objectKey) DoNotifyWaitAssetTimeout() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_manager_test.cpp | 222 std::string objectKey = bundleName1_ + sessionId_; in HWTEST_F() local 248 std::string objectKey = bundleName_ + sessionId_; in HWTEST_F() local 267 std::string objectKey="com.example.myapplicaiton123456"; HWTEST_F() local 369 std::string objectKey="com.example.myapplicaiton123456"; HWTEST_F() local [all...] |
Completed in 4 milliseconds