/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_stub.c | 34 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 D | codec_component_manager_stub.c | 28 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 D | codec_callback_type_stub.c | 115 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 D | samgr_lite.c | 193 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 D | service.c | 44 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 D | task_manager.c | 125 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 D | user_auth_hdi_stub_fuzzer.cpp | 48 sptr<OHOS::HDI::UserAuth::V3_0::IUserAuthInterface> serviceImpl = in UserAuthHdiStubFuzzTest() local
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.c | 82 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 D | battery_interface_driver.cpp | 70 auto serviceImpl = IBatteryInterface::Get(true); in HdfBatteryInterfaceDriverBind() local
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_interface_driver.cpp | 74 auto serviceImpl = IThermalInterface::Get(true); in HdfThermalInterfaceDriverBind() local
|
/ohos5.0/drivers/peripheral/codec/image/hdi_service/src/ |
H A D | codec_image_driver.cpp | 76 auto serviceImpl = OHOS::HDI::Codec::Image::V2_0::ICodecImage::Get(true); in HdfCodecImageDriverBind() local
|
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/ |
H A D | camera_host_driver.cpp | 77 OHOS::sptr<ICameraHost> serviceImpl {CameraHostServiceGetInstance()}; in HdfCameraHostDriverBind() local
|
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutorstub_fuzzer/ |
H A D | all_in_one_executor_stub_fuzzer.cpp | 45 AllInOneExecutorImpl *serviceImpl = new (std::nothrow) AllInOneExecutorImpl(); in FaceAuthHdiStubFuzzTest() local
|
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfacestub_fuzzer/ |
H A D | face_auth_interface_stub_fuzzer.cpp | 44 sptr<IFaceAuthInterface> serviceImpl = IFaceAuthInterface::Get(true); in FaceAuthInterfaceStubFuzzTest() local
|
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutorstub_fuzzer/ |
H A D | all_in_one_executor_stub_fuzzer.cpp | 45 AllInOneExecutorImpl *serviceImpl = new (std::nothrow) AllInOneExecutorImpl(); in FingerprintAuthHdiStubFuzzTest() local
|
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthinterfacestub_fuzzer/ |
H A D | fingerprint_auth_interface_stub_fuzzer.cpp | 46 sptr<IFingerprintAuthInterface> serviceImpl = IFingerprintAuthInterface::Get(true); in FingerprintAuthInterfaceStubFuzzTest() local
|
/ohos5.0/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_driver.cpp | 70 auto serviceImpl = IInputInterfaces::Get(true); in HdfInputInterfacesDriverBind() local
|
/ohos5.0/drivers/peripheral/memorytracker/hdi_service/src/ |
H A D | memorytracker_interface_driver.cpp | 72 auto serviceImpl = IMemoryTrackerInterface::Get(true); in HdfMemoryTrackerInterfaceDriverBind() local
|
/ohos5.0/drivers/peripheral/motion/hdi_service/ |
H A D | motion_if_driver.cpp | 80 auto serviceImpl = OHOS::HDI::Motion::V1_1::IMotionInterface::Get(true); in HdfMotionInterfaceDriverBind() local
|
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/ |
H A D | partition_slot_driver.cpp | 70 auto serviceImpl = IPartitionSlot::Get(true); in HdfPartitionSlotDriverBind() local
|
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | power_interface_driver.cpp | 74 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 D | nnrt_device_driver.cpp | 70 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 D | nnrt_device_driver.cpp | 70 auto serviceImpl = INnrtDevice::Get(true); in HdfNnrtDeviceDriverBind() local
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_manager_driver.cpp | 77 auto serviceImpl = ICodecComponentManager::Get(true); in HdfCodecComponentManagerDriverBind() local
|
/ohos5.0/drivers/peripheral/connected_nfc_tag/hdi_service/ |
H A D | connected_nfc_tag_driver.cpp | 73 auto serviceImpl = OHOS::HDI::ConnectedNfcTag::V1_1::IConnectedNfcTag::Get(true); in HdfConnectedNfcTagDriverBind() local
|