Searched refs:ObjectServiceImpl (Results 1 – 3 of 3) sorted by relevance
46 __attribute__((used)) ObjectServiceImpl::Factory ObjectServiceImpl::factory_;47 ObjectServiceImpl::Factory::Factory() in Factory()59 ObjectServiceImpl::Factory::~Factory() in ~Factory()128 int32_t ObjectServiceImpl::OnInitialize() in OnInitialize()187 int32_t ObjectServiceImpl::ObjectStoreRevokeSave( in ObjectStoreRevokeSave()204 int32_t ObjectServiceImpl::ObjectStoreRetrieve( in ObjectStoreRetrieve()221 int32_t ObjectServiceImpl::RegisterDataObserver( in RegisterDataObserver()276 void ObjectServiceImpl::Clear() in Clear()342 ObjectServiceImpl::ObjectServiceImpl() in ObjectServiceImpl() function in OHOS::DistributedObject::ObjectServiceImpl378 void ObjectServiceImpl::RegisterHandler() in RegisterHandler()[all …]
25 class ObjectServiceImpl : public ObjectServiceStub {28 ObjectServiceImpl();29 virtual ~ObjectServiceImpl();
37 std::shared_ptr<ObjectServiceImpl> objectServiceImpl = std::make_shared<ObjectServiceImpl>(); in OnRemoteRequestFuzz()