Searched refs:ObjectServiceStub (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_stub.h | 25 class ObjectServiceStub : public ObjectService, public DistributedData::FeatureSystem::Feature { class 40 using RequestHandle = int (ObjectServiceStub::*)(MessageParcel &, MessageParcel &); 42 &ObjectServiceStub::ObjectStoreSaveOnRemote, 43 &ObjectServiceStub::ObjectStoreRevokeSaveOnRemote, 44 &ObjectServiceStub::ObjectStoreRetrieveOnRemote, 45 &ObjectServiceStub::OnSubscribeRequest, 46 &ObjectServiceStub::OnUnsubscribeRequest, 47 &ObjectServiceStub::OnAssetChangedOnRemote, 48 &ObjectServiceStub::ObjectStoreBindAssetOnRemote, 49 &ObjectServiceStub [all...] |
H A D | object_service_stub.cpp | 16 #define LOG_TAG "ObjectServiceStub" 29 int32_t ObjectServiceStub::ObjectStoreSaveOnRemote(MessageParcel &data, MessageParcel &reply) in ObjectStoreSaveOnRemote() 51 int32_t ObjectServiceStub::OnAssetChangedOnRemote(MessageParcel &data, MessageParcel &reply) in OnAssetChangedOnRemote() 75 int32_t ObjectServiceStub::ObjectStoreBindAssetOnRemote(MessageParcel &data, MessageParcel &reply) in ObjectStoreBindAssetOnRemote() 96 int32_t ObjectServiceStub::ObjectStoreRevokeSaveOnRemote(MessageParcel &data, MessageParcel &reply) in ObjectStoreRevokeSaveOnRemote() 114 int32_t ObjectServiceStub::ObjectStoreRetrieveOnRemote(MessageParcel &data, MessageParcel &reply) in ObjectStoreRetrieveOnRemote() 132 int32_t ObjectServiceStub::OnSubscribeRequest(MessageParcel &data, MessageParcel &reply) in OnSubscribeRequest() 150 int32_t ObjectServiceStub::OnUnsubscribeRequest(MessageParcel &data, MessageParcel &reply) in OnUnsubscribeRequest() 167 int32_t ObjectServiceStub::OnDeleteSnapshot(MessageParcel &data, MessageParcel &reply) in OnDeleteSnapshot() 184 int32_t ObjectServiceStub [all...] |
H A D | object_service_impl.h | 25 class ObjectServiceImpl : public ObjectServiceStub {
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/objectservicestub_fuzzer/ |
H A D | objectservicestub_fuzzer.cpp | 48 std::shared_ptr<ObjectServiceStub> objectServiceStub = objectServiceImpl; in OnRemoteRequestFuzz()
|
Completed in 2 milliseconds