/drivers/external_device_manager/services/native/driver_extension/src/ |
H A D | js_driver_extension.cpp | 76 sptr<IRemoteObject> service = nullptr; in OnConnectPromiseCallback() local
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/ |
H A D | usb_net_adapter.h | 53 struct IDeviceIoService service; member
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
H A D | service_manager_hdi_c_test.cpp | 116 ServiceManagerTestCallbackDispatch( struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) ServiceManagerTestCallbackDispatch() argument
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
H A D | hdf_remote_adapter.cpp | 35 HdfRemoteServiceStub::HdfRemoteServiceStub(struct HdfRemoteService *service) in HdfRemoteServiceStub() argument 90 HdfDeathNotifier::HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfDeathNotifier() argument 106 static int HdfRemoteAdapterOptionalDispatch(struct HdfRemoteService *service, int code, in HdfRemoteAdapterOptionalDispatch() argument 141 static int HdfRemoteAdapterDispatch(struct HdfRemoteService *service, in HdfRemoteAdapterDispatch() argument 147 static int HdfRemoteAdapterDispatchAsync(struct HdfRemoteService *service, in HdfRemoteAdapterDispatchAsync() argument 176 HdfRemoteAdapterAddDeathRecipient( struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) HdfRemoteAdapterAddDeathRecipient() argument 194 HdfRemoteAdapterRemoveDeathRecipient( struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient) HdfRemoteAdapterRemoveDeathRecipient() argument 257 HdfRemoteAdapterAddService(const char *name, struct HdfRemoteService *service) HdfRemoteAdapterAddService() argument 294 HdfRemoteAdapterAddSa(int32_t saId, struct HdfRemoteService *service) HdfRemoteAdapterAddSa() argument 372 HdfRemoteAdapterSetInterfaceDesc(struct HdfRemoteService *service, const char *desc) HdfRemoteAdapterSetInterfaceDesc() argument 381 HdfRemoteAdapterWriteInterfaceToken(struct HdfRemoteService *service, struct HdfSBuf *data) HdfRemoteAdapterWriteInterfaceToken() argument 428 HdfRemoteAdapterCheckInterfaceToken(struct HdfRemoteService *service, struct HdfSBuf *data) HdfRemoteAdapterCheckInterfaceToken() argument 471 HdfRemoteAdapterDefaultDispatch(struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) HdfRemoteAdapterDefaultDispatch() argument [all...] |
H A D | hdf_sbuf_impl_hipc.cpp | 274 static int32_t SbufMParcelImplWriteRemoteService(struct HdfSBufImpl *sbuf, const struct HdfRemoteService *service) in SbufMParcelImplWriteRemoteService() argument
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_ioservice_test.cpp | 103 OnDevEventReceived( struct HdfDevEventlistener *listener, struct HdfIoService *service, uint32_t id, struct HdfSBuf *data) OnDevEventReceived() argument 122 OnDevEventReceivedTest( struct HdfDevEventlistener *listener, struct HdfIoService *service, uint32_t id, struct HdfSBuf *data) OnDevEventReceivedTest() argument 144 OnDevEventReceivedTest1( struct HdfDevEventlistener *listener, struct HdfIoService *service, uint32_t id, struct HdfSBuf *data) OnDevEventReceivedTest1() argument [all...] |
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_if.c | 71 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserClose() local 87 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserStart() local 105 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserStop() local 125 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserAvmuteSet() local 155 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserDeepColorSet() local 185 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserSetVideoAttribute() local 218 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserSetAudioAttribute() local 252 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserSetHdrAttribute() local 286 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserDeepColorGet() local 322 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserGetSinkEdid() local 357 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserRegisterHpdCallbackFunc() local 389 struct HdfIoService *service = (struct HdfIoService *)handle; HdmiUserUnregisterHpdCallbackFunc() local 440 struct HdfIoService *service = (struct HdfIoService *)obj; HdmiOpen() local [all...] |
/drivers/hdf_core/framework/support/platform/src/i3c/ |
H A D | i3c_core.c | 18 struct IDeviceIoService service; member
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | can_test.c | 81 struct HdfIoService *service = NULL; in CanTestGetConfig() local
|
/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_sbuf.c | 257 int32_t HdfSbufWriteRemoteService(struct HdfSBuf *sbuf, const struct HdfRemoteService *service) in HdfSbufWriteRemoteService() argument
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_manager.c | 589 struct AudioHwManager *service = (struct AudioHwManager *)manager; in ReleaseAudioManagerObject() local 601 struct AudioHwManager *service = (struct AudioHwManager *)OsalMemCalloc(sizeof(struct AudioHwManager)); in AudioManagerCreateIfInstance() local [all...] |
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_render.c | 877 int32_t AudioOutputRenderWriteFrame(struct HdfIoService *service, in AudioOutputRenderWriteFrame() argument 929 struct HdfIoService *service = NULL; AudioOutputRenderWrite() local [all...] |
/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_service.c | 233 struct HuksService *service = (struct HuksService *)malloc(sizeof(struct HuksService)); in HuksImplGetInstance() local [all...] |
/drivers/peripheral/usb/gadget/function/include/ |
H A D | cdcacm.h | 91 struct IDeviceIoService service; member
|
/drivers/peripheral/usb/sample/host/liteos_test/include/ |
H A D | usbhost_sdkraw_speed.h | 93 struct IDeviceIoService service; member
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.h | 78 struct IDeviceIoService service; member
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_clients_manager.cpp | 283 std::set<int> service = {serviceId};
in OpenSensor() local 296 auto service in IsNeedOpenSensor() local [all...] |
/drivers/peripheral/usb/net/include/ |
H A D | cdc_ether.h | 85 struct IDeviceIoService service; member
|
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | user_auth_interface_service_test.cpp | 68 int32_t DoOnceExecutorRegister(const std::shared_ptr<UserAuthInterfaceService> &service, AuthType authType, in DoOnceExecutorRegister() argument 82 void RegisterAllExecutor(const std::shared_ptr<UserAuthInterfaceService> &service) in RegisterAllExecutor() argument 89 void DeleteAllExecutor(const std::shared_ptr<UserAuthInterfaceService> &service) in DeleteAllExecutor() argument 96 DoOnceEnroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, const std::vector<uint8_t> &authToken, EnrollResultTest &enrollResultTest) DoOnceEnroll() argument 120 DoOnceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, std::vector<uint8_t> &challenge, AuthResultTest &authResultTest) DoOnceAuth() argument 153 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 165 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 184 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 196 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 219 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 248 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 262 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 278 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 294 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 316 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 339 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 377 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 419 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 433 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 447 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 461 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 480 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 518 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 546 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 558 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 573 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 593 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 613 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 629 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 645 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 662 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 694 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 706 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 746 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 763 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 780 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 808 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 826 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 878 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 890 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 933 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 949 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 981 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1015 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1033 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1066 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1080 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1108 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1124 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1156 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1191 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1225 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1254 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1306 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local 1337 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | extension_ability_thread.cpp | 295 sptr<IRemoteObject> service = extensionImpl_->ConnectExtension(want, isAsyncCallback); in HandleConnectExtension() local
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 127 sptr<PreparedModelService> service = new (std::nothrow) PreparedModelService(context); in PrepareModel() local 169 sptr<PreparedModelService> service = new (std::nothrow) PreparedModelService(context); in PrepareModelFromModelCache() local
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 134 sptr<PreparedModelService> service = new (std::nothrow) PreparedModelService(context); in PrepareModel() local 202 sptr<PreparedModelService> service = new (std::nothrow) PreparedModelService(context); in PrepareModelFromModelCache() local
|
/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_apply_task.cpp | 344 auto service = quickFixMgrService_.promote(); in HandlePatchDeployed() local 806 auto service = quickFixMgrService_.promote(); in RemoveSelf() local
|
/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_session_manager_service.cpp | 193 DiscoveryManagerListener(sptr<CastSessionManagerService> service) : service_(service) {} in DiscoveryManagerListener() argument 197 auto service variable 218 ConnectionManagerListener(sptr<CastSessionManagerService> service) ConnectionManagerListener() argument 222 auto service = service_.promote(); global() variable 242 auto service = service_.promote(); global() variable 263 auto service = service_.promote(); global() variable 274 auto service = service_.promote(); global() variable 295 auto service = service_.promote(); global() variable 313 auto service = service_.promote(); global() variable 330 auto service = service_.promote(); global() variable 711 sptr<CastSessionManagerService> service = service_.promote(); OnRemoteDied() local [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 159 auto service = client->GetService(serviceUuid); in GetCharacteristic() local
|