Home
last modified time | relevance | path

Searched refs:ResumeObject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_store.h43 int32_t ResumeObject(const std::string &bundleName, const std::string &sessionId,
66 void ResumeObject(const std::string &sessionId);
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp73 ResumeObject(sessionId); in CreateObject()
77 void FlatObjectStore::ResumeObject(const std::string &sessionId) in ResumeObject() function in OHOS::ObjectStore::FlatObjectStore
99 cacheManager_->ResumeObject(bundleName_, sessionId, callback); in ResumeObject()
482 int32_t CacheManager::ResumeObject(const std::string &bundleName, const std::string &sessionId, in ResumeObject() function in OHOS::ObjectStore::CacheManager
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp1257 auto ret = cacheManager.ResumeObject(bundleName, sessionId, callback);