Home
last modified time | relevance | path

Searched defs:serviceImpl (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_stub.c34 static int32_t SerStubGetComponentVersion(struct CodecComponentType *serviceImpl, struct HdfSBuf *d… in SerStubGetComponentVersion()
61 static int32_t SerStubSendCommand(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, str… in SerStubSendCommand()
225 static int32_t SerStubGetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struc… in SerStubGetConfig()
332 static int32_t SerStubGetExtensionIndex(struct CodecComponentType *serviceImpl, struct HdfSBuf *dat… in SerStubGetExtensionIndex()
391 static int32_t SerStubComponentTunnelRequest(struct CodecComponentType *serviceImpl, struct HdfSBuf… in SerStubComponentTunnelRequest()
479 static int32_t SerStubAllocateBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubAllocateBuffer()
552 static int32_t SerStubEmptyThisBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubEmptyThisBuffer()
581 static int32_t SerStubFillThisBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubFillThisBuffer()
641 static int32_t SerStubComponentDeInit(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubComponentDeInit()
718 static int32_t SerStubComponentRoleEnum(struct CodecComponentType *serviceImpl, struct HdfSBuf *dat… in SerStubComponentRoleEnum()
[all …]
H A Dcodec_component_manager_stub.c28 static int32_t SerStubGetComponentNum(struct CodecComponentManager *serviceImpl, struct HdfSBuf *da… in SerStubGetComponentNum()
43 static int32_t SerStubGetComponentCapablityList(struct CodecComponentManager *serviceImpl, struct H… in SerStubGetComponentCapablityList()
105 static int32_t SerStubCreateComponent(struct CodecComponentManager *serviceImpl, struct HdfSBuf *da… in SerStubCreateComponent()
159 static int32_t SerStubDestroyComponent(struct CodecComponentManager *serviceImpl, struct HdfSBuf *d… in SerStubDestroyComponent()
181 …tic int32_t CodecComponentManagerServiceOnRemoteRequest(struct CodecComponentManager *serviceImpl,… in CodecComponentManagerServiceOnRemoteRequest()
H A Dcodec_callback_type_stub.c115 static int32_t SerStubEventHandler(struct CodecCallbackType *serviceImpl, in SerStubEventHandler()
145 static int32_t SerStubEmptyBufferDone(struct CodecCallbackType *serviceImpl, in SerStubEmptyBufferDone()
179 static int32_t SerStubFillBufferDone(struct CodecCallbackType *serviceImpl, in SerStubFillBufferDone()
214 struct CodecCallbackType *serviceImpl = (struct CodecCallbackType*)service; in CodecCallbackTypeServiceOnRemoteRequest() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c193 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, i); in InitializeAllServices() local
208 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, i); in InitializeAllServices() local
261 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, pos); in UnregisterService() local
284 ServiceImpl *serviceImpl = GetService(serviceName); in RegisterFeature() local
302 ServiceImpl *serviceImpl = GetService(serviceName); in UnregisterFeature() local
315 ServiceImpl *serviceImpl = GetService(serviceName); in RegisterFeatureApi() local
337 ServiceImpl *serviceImpl = GetService(serviceName); in UnregisterFeatureApi() local
392 ServiceImpl *serviceImpl = GetService(serviceName); in GetFeatureApi() local
426 static const char *GetServiceName(const ServiceImpl *serviceImpl) in GetServiceName()
494 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, pos); in GetService() local
[all …]
H A Dservice.c44 int16 DEFAULT_AddFeature(ServiceImpl *serviceImpl, Feature *feature) in DEFAULT_AddFeature()
90 void DEFAULT_MessageHandle(ServiceImpl *serviceImpl, const Identity *identity, Request *msg) in DEFAULT_MessageHandle()
134 FeatureImpl *DEFAULT_GetFeature(ServiceImpl *serviceImpl, const char *featureName) in DEFAULT_GetFeature()
144 Identity DEFAULT_GetFeatureId(ServiceImpl *serviceImpl, const char *feature) in DEFAULT_GetFeatureId()
165 Feature *DEFAULT_DeleteFeature(ServiceImpl *serviceImpl, const char *featureName) in DEFAULT_DeleteFeature()
H A Dtask_manager.c125 ServiceImpl *serviceImpl = NULL; in TaskEntry() local
151 static void ProcRequest(Exchange *exchange, ServiceImpl *serviceImpl) in ProcRequest()
190 static ServiceImpl *CorrectServiceImpl(Exchange *exchange, ServiceImpl *serviceImpl) in CorrectServiceImpl()
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdistub_fuzzer/
H A Duser_auth_hdi_stub_fuzzer.cpp48 sptr<OHOS::HDI::UserAuth::V3_0::IUserAuthInterface> serviceImpl = in UserAuthHdiStubFuzzTest() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c82 static const char *GetSysCapName(const SysCapImpl *serviceImpl) in GetSysCapName()
385 SysCapImpl *serviceImpl = (SysCapImpl *)VECTOR_At(sysCapablitys, pos); in ProcAddSysCap() local
410 SysCapImpl *serviceImpl = (SysCapImpl *)VECTOR_At(sysCapablitys, pos); in ProcGetSysCap() local
427 SysCapImpl *serviceImpl = (SysCapImpl *)VECTOR_At(sysCapablitys, i); in GetReplyNumAndNextReqIdx() local
464 SysCapImpl *serviceImpl = (SysCapImpl *)VECTOR_At(sysCapablitys, i); in ProcGetAllSysCap() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_driver.cpp70 auto serviceImpl = IBatteryInterface::Get(true); in HdfBatteryInterfaceDriverBind() local
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_driver.cpp74 auto serviceImpl = IThermalInterface::Get(true); in HdfThermalInterfaceDriverBind() local
/ohos5.0/drivers/peripheral/codec/image/hdi_service/src/
H A Dcodec_image_driver.cpp76 auto serviceImpl = OHOS::HDI::Codec::Image::V2_0::ICodecImage::Get(true); in HdfCodecImageDriverBind() local
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/
H A Dcamera_host_driver.cpp77 OHOS::sptr<ICameraHost> serviceImpl {CameraHostServiceGetInstance()}; in HdfCameraHostDriverBind() local
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutorstub_fuzzer/
H A Dall_in_one_executor_stub_fuzzer.cpp45 AllInOneExecutorImpl *serviceImpl = new (std::nothrow) AllInOneExecutorImpl(); in FaceAuthHdiStubFuzzTest() local
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfacestub_fuzzer/
H A Dface_auth_interface_stub_fuzzer.cpp44 sptr<IFaceAuthInterface> serviceImpl = IFaceAuthInterface::Get(true); in FaceAuthInterfaceStubFuzzTest() local
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutorstub_fuzzer/
H A Dall_in_one_executor_stub_fuzzer.cpp45 AllInOneExecutorImpl *serviceImpl = new (std::nothrow) AllInOneExecutorImpl(); in FingerprintAuthHdiStubFuzzTest() local
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthinterfacestub_fuzzer/
H A Dfingerprint_auth_interface_stub_fuzzer.cpp46 sptr<IFingerprintAuthInterface> serviceImpl = IFingerprintAuthInterface::Get(true); in FingerprintAuthInterfaceStubFuzzTest() local
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_driver.cpp70 auto serviceImpl = IInputInterfaces::Get(true); in HdfInputInterfacesDriverBind() local
/ohos5.0/drivers/peripheral/memorytracker/hdi_service/src/
H A Dmemorytracker_interface_driver.cpp72 auto serviceImpl = IMemoryTrackerInterface::Get(true); in HdfMemoryTrackerInterfaceDriverBind() local
/ohos5.0/drivers/peripheral/motion/hdi_service/
H A Dmotion_if_driver.cpp80 auto serviceImpl = OHOS::HDI::Motion::V1_1::IMotionInterface::Get(true); in HdfMotionInterfaceDriverBind() local
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/
H A Dpartition_slot_driver.cpp70 auto serviceImpl = IPartitionSlot::Get(true); in HdfPartitionSlotDriverBind() local
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_driver.cpp74 auto serviceImpl = IPowerInterface::Get(true); in HdfPowerInterfaceDriverBind() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_driver.cpp70 auto serviceImpl = INnrtDevice::Get(true); in HdfNnrtDeviceDriverBind() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_driver.cpp70 auto serviceImpl = INnrtDevice::Get(true); in HdfNnrtDeviceDriverBind() local
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_driver.cpp77 auto serviceImpl = ICodecComponentManager::Get(true); in HdfCodecComponentManagerDriverBind() local
/ohos5.0/drivers/peripheral/connected_nfc_tag/hdi_service/
H A Dconnected_nfc_tag_driver.cpp73 auto serviceImpl = OHOS::HDI::ConnectedNfcTag::V1_1::IConnectedNfcTag::Get(true); in HdfConnectedNfcTagDriverBind() local

123