Home
last modified time | relevance | path

Searched refs:Completed (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_callback.h31 virtual void Completed(const std::map<std::string, int32_t> &results) = 0;
36 virtual void Completed(int32_t status) = 0;
41 virtual void Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) = 0;
46 virtual void Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) = 0;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dobject_callback_impl.cpp18 void ObjectSaveCallback::Completed(const std::map<std::string, int32_t> &results) in Completed() function in OHOS::ObjectStore::ObjectSaveCallback
28 void ObjectRevokeSaveCallback::Completed(int32_t status) in Completed() function in OHOS::ObjectStore::ObjectRevokeSaveCallback
37 void ObjectRetrieveCallback::Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) in Completed() function in OHOS::ObjectStore::ObjectRetrieveCallback
48 void ObjectChangeCallback::Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) in Completed() function in OHOS::ObjectStore::ObjectChangeCallback
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dobject_callback_impl.h27 void Completed(const std::map<std::string, int32_t> &results) override;
36 void Completed(int32_t) override;
46 void Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) override;
56 void Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_callback_proxy.h33 void Completed(const std::map<std::string, int32_t> &results) override;
48 void Completed(int32_t status) override;
63 void Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) override;
78 void Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) override;
H A Dobject_callback_proxy.cpp45 void ObjectSaveCallbackProxy::Completed(const std::map<std::string, int32_t> &results) in Completed() function in OHOS::DistributedObject::ObjectSaveCallbackProxy
64 void ObjectRevokeSaveCallbackProxy::Completed(int32_t status) in Completed() function in OHOS::DistributedObject::ObjectRevokeSaveCallbackProxy
83 void ObjectRetrieveCallbackProxy::Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) in Completed() function in OHOS::DistributedObject::ObjectRetrieveCallbackProxy
102 void ObjectChangeCallbackProxy::Completed(const std::map<std::string, std::vector<uint8_t>> &results, bool allReady) in Completed() function in OHOS::DistributedObject::ObjectChangeCallbackProxy
H A Dobject_manager.cpp137 proxy->Completed(std::map<std::string, int32_t>()); in Save()
145 proxy->Completed(std::map<std::string, int32_t>()); in Save()
156 proxy->Completed(std::map<std::string, int32_t>()); in Save()
164 proxy->Completed(results); in Save()
172 proxy->Completed(std::map<std::string, int32_t>()); in Save()
209 proxy->Completed(STORE_NOT_OPEN); in RevokeSave()
217 proxy->Completed(result); in RevokeSave()
227 proxy->Completed(OBJECT_SUCCESS); in RevokeSave()
232 proxy->Completed(result); in RevokeSave()
235 proxy->Completed(OBJECT_SUCCES in RevokeSave()
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_callback_stub.cpp41 Completed(results); in OnRemoteRequest()
63 Completed(status); in OnRemoteRequest()
86 Completed(results, allReady); in OnRemoteRequest()
109 Completed(results, allReady); in OnRemoteRequest()
/foundation/bundlemanager/bundle_framework/test/resource/common/include/
H A Devent.h40 void Completed(Event &event, const std::string &eventName, const int code);
/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Devent.cpp25 void Completed(Event &event, const std::string &eventName, const int code) in Completed() function

Completed in 4 milliseconds