/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/vms/ |
H A D | VmsClientTest.java | 105 VmsClient client = connectVmsClient(mClientCallback1); in testRegister() local 116 VmsClient client = connectVmsClient(mClientCallback1); in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions() local 143 VmsClient client = connectVmsClient(mClientCallback1); in testRegisterProvider_SameIdForSameInfo() local 153 VmsClient client = connectVmsClient(mClientCallback1); in testRegisterProvider_SameIdForSameInfo_MultipleClients() local 164 VmsClient client = connectVmsClient(mClientCallback1); in testRegisterProvider_DifferentIdForDifferentInfo() local 174 VmsClient client = connectVmsClient(mClientCallback1); in testUnregisterProvider() local 190 VmsClient client = connectVmsClient(mClientCallback1); in testUnregisterProvider_UnknownId() local 197 VmsClient client = connectVmsClient(mClientCallback1); in testGetProviderDescription_UnknownId() local 204 VmsClient client = connectVmsClient(mClientCallback1); in testGetProviderDescription_RegisteredProvider() local 213 VmsClient client = connectVmsClient(mClientCallback1); in testSetSubscriptions() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | distributed_client_test.cpp | 59 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 75 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 90 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 112 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 132 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 147 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 167 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 185 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 204 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 227 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_record_test/ |
H A D | data_ability_record_test.cpp | 93 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 406 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 426 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 447 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 470 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 515 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 535 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 556 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 579 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 604 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_client.c | 19 static int32_t CanClientAttach(struct CanClient *client, struct CanCntlr *cntlr) in CanClientAttach() 30 static int32_t CanClientDetach(struct CanClient *client) in CanClientDetach() 41 static int32_t CanClientCreate(struct CanCntlr *cntlr, struct CanClient **client) in CanClientCreate() 71 int32_t CanClientCreateByNumber(int32_t busNum, struct CanClient **client) in CanClientCreateByNumber() 91 void CanClientDestroy(struct CanClient *client) in CanClientDestroy() 104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg() 113 int32_t CanClientReadMsg(struct CanClient *client, struct CanMsg *msg, uint32_t tms) in CanClientReadMsg() 134 int32_t CanClientAddFilter(struct CanClient *client, const struct CanFilter *filter) in CanClientAddFilter() 152 int32_t CanClientSetCfg(struct CanClient *client, const struct CanConfig *cfg) in CanClientSetCfg() 161 int32_t CanClientGetCfg(struct CanClient *client, struct CanConfig *cfg) in CanClientGetCfg() [all …]
|
/ohos5.0/foundation/communication/netstack/test/unittest/websocket_capi_unittest/ |
H A D | websocket_capi_unittest.cpp | 40 static void OnOpen(struct WebSocket *client, WebSocket_OpenResult openResult) {} in OnOpen() 42 static void OnMessage(struct WebSocket *client, char *data, uint32_t length) {} in OnMessage() 44 static void OnError(struct WebSocket *client, WebSocket_ErrorResult error) {} in OnError() 46 static void OnClose(struct WebSocket *client, WebSocket_CloseResult closeResult) {} in OnClose() 51 struct WebSocket *client = new WebSocket(); variable 67 struct WebSocket *client = nullptr; variable 79 struct WebSocket *client = new WebSocket(); variable 89 struct WebSocket *client = nullptr; variable 99 struct WebSocket *client = nullptr; variable 110 struct WebSocket *client = new WebSocket(); variable
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubClientCallback.java | 51 public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {} in onMessageFromNanoApp() 58 public void onHubReset(ContextHubClient client) {} in onHubReset() 67 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted() 80 public void onNanoAppLoaded(ContextHubClient client, long nanoAppId) {} in onNanoAppLoaded() 89 public void onNanoAppUnloaded(ContextHubClient client, long nanoAppId) {} in onNanoAppUnloaded() 98 public void onNanoAppEnabled(ContextHubClient client, long nanoAppId) {} in onNanoAppEnabled() 107 public void onNanoAppDisabled(ContextHubClient client, long nanoAppId) {} in onNanoAppDisabled() 134 public void onClientAuthorizationChanged( in onClientAuthorizationChanged()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 104 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserDirs() local 119 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserDirs() local 134 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StartUser() local 150 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StopUser() local 166 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserSpace() local 182 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserSpace() local 198 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in InitGlobalKey() local 214 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in InitGlobalUserKeys() local 230 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in GenerateUserKeys() local 246 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DeleteUserKeys() local [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | client.c | 40 static char *RpcClientReadMsg(RpcClient *client) in RpcClientReadMsg() 74 static void RpcClientDealReadMsg(RpcClient *client, char *buff) in RpcClientDealReadMsg() 118 RpcClient *client = (RpcClient *)arg; in RpcClientThreadDeal() local 146 RpcClient *client = (RpcClient *)calloc(1, sizeof(RpcClient)); in CreateRpcClient() local 185 void ReleaseRpcClient(RpcClient *client) in ReleaseRpcClient() 204 int RemoteCall(RpcClient *client) in RemoteCall() 235 void ReadClientEnd(RpcClient *client) in ReadClientEnd() 252 void LockRpcClient(RpcClient *client) in LockRpcClient() 267 void UnlockRpcClient(RpcClient *client) in UnlockRpcClient()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_p2p_iface.c | 46 RpcClient *client = GetP2pRpcClient(); in P2pStart() local 64 RpcClient *client = GetP2pRpcClient(); in P2pStop() local 82 RpcClient *client = GetP2pRpcClient(); in P2pSetRandomMac() local 101 RpcClient *client = GetP2pRpcClient(); in P2pSetDeviceName() local 120 RpcClient *client = GetP2pRpcClient(); in P2pSetSsidPostfixName() local 139 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsDeviceType() local 158 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsSecondaryDeviceType() local 177 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsConfigMethods() local 196 RpcClient *client = GetP2pRpcClient(); in P2pGetDeviceAddress() local 220 RpcClient *client = GetP2pRpcClient(); in P2pFlush() local [all …]
|
H A D | i_wifi_sta_iface.c | 58 RpcClient *client = GetStaRpcClient(); in GetStaCapabilities() local 81 RpcClient *client = GetStaRpcClient(); in GetDeviceMacAddress() local 106 RpcClient *client = GetStaRpcClient(); in GetFrequencies() local 134 RpcClient *client = GetStaRpcClient(); in SetAssocMacAddr() local 155 RpcClient *client = GetStaRpcClient(); in SetScanningMacAddress() local 175 RpcClient *client = GetStaRpcClient(); in DeauthLastRoamingBssid() local 195 RpcClient *client = GetStaRpcClient(); in GetSupportFeature() local 216 RpcClient *client = GetStaRpcClient(); in RunCmd() local 238 RpcClient *client = GetStaRpcClient(); in SetWifiTxPower() local 257 RpcClient *client = GetStaRpcClient(); in RemoveNetwork() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 72 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 97 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 119 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 141 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 167 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 189 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 228 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 250 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/ |
H A D | storage_manager_client.cpp | 44 sptr<IStorageManager> client = GetStorageManagerProxy(); in PrepareAddUser() local 55 sptr<IStorageManager> client = GetStorageManagerProxy(); in RemoveUser() local 66 sptr<IStorageManager> client = GetStorageManagerProxy(); in GenerateUserKeys() local 77 sptr<IStorageManager> client = GetStorageManagerProxy(); in DeleteUserKeys() local 91 sptr<IStorageManager> client = GetStorageManagerProxy(); in UpdateUserAuth() local 104 sptr<IStorageManager> client = GetStorageManagerProxy(); in ActiveUserKey() local 115 sptr<IStorageManager> client = GetStorageManagerProxy(); in InactiveUserKey() local 126 sptr<IStorageManager> client = GetStorageManagerProxy(); in UpdateKeyContext() local 137 sptr<IStorageManager> client = GetStorageManagerProxy(); in LockUserScreen() local 150 sptr<IStorageManager> client = GetStorageManagerProxy(); in UnlockUserScreen() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/extension_manager_client_test/ |
H A D | extension_manager_client_test.cpp | 53 auto client = std::make_shared<ExtensionManagerClient>(); variable 64 auto client = std::make_shared<ExtensionManagerClient>(); variable 74 auto client = std::make_shared<ExtensionManagerClient>(); variable 85 auto client = std::make_shared<ExtensionManagerClient>(); variable 97 auto client = std::make_shared<ExtensionManagerClient>(); variable 110 auto client = std::make_shared<ExtensionManagerClient>(); variable 124 auto client = std::make_shared<ExtensionManagerClient>(); variable 139 auto client = std::make_shared<ExtensionManagerClient>(); variable 153 auto client = std::make_shared<ExtensionManagerClient>(); variable 165 auto client = std::make_shared<ExtensionManagerClient>(); variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | mock_client.c | 39 RpcClient *client = (RpcClient *)calloc(1, sizeof(RpcClient)); in CreateRpcClient() local 47 void LockRpcClient(RpcClient *client) in LockRpcClient() 62 void ReleaseRpcClient(RpcClient *client) in ReleaseRpcClient() 81 int RemoteCall(RpcClient *client) in RemoteCall() 86 void ReadClientEnd(RpcClient *client) in ReadClientEnd() 103 void UnlockRpcClient(RpcClient *client) in UnlockRpcClient()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | DvrVirtualTouchpadClient.cpp | 11 android::dvr::VirtualTouchpad* FromC(DvrVirtualTouchpad* client) { in FromC() 21 void dvrVirtualTouchpadDestroy(DvrVirtualTouchpad* client) { in dvrVirtualTouchpadDestroy() 25 int dvrVirtualTouchpadAttach(DvrVirtualTouchpad* client) { in dvrVirtualTouchpadAttach() 29 int dvrVirtualTouchpadDetach(DvrVirtualTouchpad* client) { in dvrVirtualTouchpadDetach() 33 int dvrVirtualTouchpadTouch(DvrVirtualTouchpad* client, int touchpad, float x, in dvrVirtualTouchpadTouch() 38 int dvrVirtualTouchpadButtonState(DvrVirtualTouchpad* client, int touchpad, in dvrVirtualTouchpadButtonState() 43 int dvrVirtualTouchpadScroll(DvrVirtualTouchpad* client, int touchpad, float x, in dvrVirtualTouchpadScroll()
|
/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | location_batching.cpp | 83 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 90 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 97 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() 121 LocationAPI* client, uint32_t id, BatchingOptions& batchOptions) in updateBatchingOptions() 128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations()
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | location_batching.cpp | 83 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 90 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 97 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() 121 LocationAPI* client, uint32_t id, BatchingOptions& batchOptions) in updateBatchingOptions() 128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations()
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | location_batching.cpp | 83 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 90 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 97 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() 121 LocationAPI* client, uint32_t id, BatchingOptions& batchOptions) in updateBatchingOptions() 128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations()
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | location_batching.cpp | 83 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 90 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 97 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() 121 LocationAPI* client, uint32_t id, BatchingOptions& batchOptions) in updateBatchingOptions() 128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations()
|
/aosp12/hardware/qcom/sm8150p/gps/geofence/ |
H A D | location_geofence.cpp | 86 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 93 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 100 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/aosp12/hardware/qcom/sm7250/gps/geofence/ |
H A D | location_geofence.cpp | 86 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 93 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 100 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/aosp12/hardware/qcom/sm7150/gps/geofence/ |
H A D | location_geofence.cpp | 86 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 93 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 100 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/aosp12/hardware/qcom/sm8150/gps/geofence/ |
H A D | location_geofence.cpp | 86 static void addClient(LocationAPI* client, const LocationCallbacks& callbacks) in addClient() 93 static void removeClient(LocationAPI* client, removeClientCompleteCallback rmClientCb) in removeClient() 100 static void requestCapabilities(LocationAPI* client) in requestCapabilities() 107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() 117 static void removeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofences() 124 static void modifyGeofences(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofences() 132 static void pauseGeofences(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofences() 139 static void resumeGeofences(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofences()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/ |
H A D | camera_dispatch.c | 80 static int32_t CameraOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraOpenCamera() 127 static int32_t CameraCmdOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struc… in CameraCmdOpenCamera() 152 static int32_t CameraCmdCloseCamera(const struct HdfDeviceIoClient *client, in CameraCmdCloseCamera() 182 static int32_t CameraCmdPowerUp(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdPowerUp() 286 static int32_t CameraCmdGetCrop(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdGetCrop() 302 static int32_t CameraCmdSetCrop(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdSetCrop() 318 static int32_t CameraCmdGetFPS(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct Hd… in CameraCmdGetFPS() 334 static int32_t CameraCmdSetFPS(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct Hd… in CameraCmdSetFPS() 350 static int32_t CameraCmdEnumFmt(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdEnumFmt() 446 static int32_t CameraCmdStreamDeQueue(struct HdfDeviceIoClient *client, in CameraCmdStreamDeQueue() [all …]
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi_service_stub.cpp | 27 static int32_t SampleServiceStubPing(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SampleServiceStubPing() 42 static int32_t SampleServiceStubSum(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SampleServiceStubSum() 92 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubStructTrans() 116 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubBufferTrans() 140 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceRegisterDevice() 155 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceUnregisterDevice() 169 static int32_t SampleServiceUpdateDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceUpdateDevice() 182 static int32_t SampleServiceSmqTrans(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceSmqTrans() 203 static int32_t SampleServiceEndHost(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceEndHost() 212 static int32_t SampleServiceInjectPm(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceInjectPm() [all …]
|