Home
last modified time | relevance | path

Searched refs:GetDescriptor (Results 1 - 25 of 1245) sorted by relevance

12345678910>>...50

/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp34 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnStateChanged()
57 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPositionChanged()
84 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnMediaItemChanged()
103 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnVolumeChanged()
126 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnLoopModeChanged()
145 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPlaySpeedChanged()
164 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPlayerError()
187 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnVideoSizeChanged()
210 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnNextRequest()
225 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPreviousRequest()
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp34 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnStateChanged()
57 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPositionChanged()
84 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnMediaItemChanged()
103 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnVolumeChanged()
126 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnLoopModeChanged()
145 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPlaySpeedChanged()
164 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPlayerError()
187 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnVideoSizeChanged()
210 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnNextRequest()
225 if (!data.WriteInterfaceToken(GetDescriptor())) { in OnPreviousRequest()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp26 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetConnectDevices()
49 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetDevicesByStates()
72 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetDeviceState()
96 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in Connect()
112 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in Disconnect()
128 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in GetScoState()
144 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in ConnectSco()
160 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in DisconnectSco()
176 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in ConnectSco()
189 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpAgProxy::GetDescriptor()), in DisconnectSco()
[all...]
H A Dbluetooth_hfp_hf_proxy.cpp24 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in ConnectSco()
40 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in DisconnectSco()
56 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in GetDevicesByStates()
80 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in GetDeviceState()
96 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in GetScoState()
113 data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), false, "WriteInterfaceToken error"); in SendDTMFTone()
128 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in Connect()
144 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in Disconnect()
160 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in OpenVoiceRecognition()
176 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHfpHfProxy::GetDescriptor()), in CloseVoiceRecognition()
[all...]
H A Dbluetooth_a2dp_src_proxy.cpp27 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in Connect()
43 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in Disconnect()
60 data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), "WriteInterfaceToken error"); in RegisterObserver()
72 CHECK_AND_RETURN_LOG(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), "WriteInterfaceToken error"); in DeregisterObserver()
84 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in GetDevicesByStates()
108 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in GetDeviceState()
129 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in GetPlayingState()
149 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in SetConnectStrategy()
166 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in GetConnectStrategy()
186 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in SetActiveSinkDevice()
[all...]
H A Dbluetooth_avrcp_tg_proxy.cpp26 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in RegisterObserver()
49 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in UnregisterObserver()
71 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in SetActiveDevice()
95 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in Connect()
118 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in Disconnect()
141 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in GetConnectedDevices()
168 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in GetDevicesByStates()
206 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in GetDeviceState()
229 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in NotifyPlaybackStatusChanged()
257 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in NotifyTrackChanged()
[all...]
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_stub_test.cpp76 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
96 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
116 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
136 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
156 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
176 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
196 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
216 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
236 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
256 data.WriteInterfaceToken(DisplayManagerStub::GetDescriptor()); in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.cpp84 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
100 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
128 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
147 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
170 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
190 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
213 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
239 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
265 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
287 if (!data.WriteInterfaceToken(NetConnServiceStub::GetDescriptor())) { in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_stub_test.cpp74 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
98 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
122 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
146 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
170 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
194 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
218 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
242 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
266 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
290 data.WriteInterfaceToken(ScreenSessionManagerStub::GetDescriptor()); in HWTEST_F()
[all...]
H A Dscreen_session_manager_client_stub_test.cpp55 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
82 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
105 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
130 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
153 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
176 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
199 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
231 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
252 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
272 data.WriteInterfaceToken(ScreenSessionManagerClientStub::GetDescriptor()); in HWTEST_F()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_device_callback_stub_test.cpp109 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
122 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
129 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
142 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
148 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
161 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
167 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
180 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
186 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
199 if (!data.WriteInterfaceToken(IWifiDeviceCallBack::GetDescriptor())) { in HWTEST_F()
[all...]
H A Dwifi_p2p_callback_stub_test.cpp149 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
163 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
170 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
183 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
189 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
202 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
208 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
221 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
229 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
242 if (!data.WriteInterfaceToken(IWifiP2pCallback::GetDescriptor())) { in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_impl_proxy.cpp40 if (!data.WriteInterfaceToken(GetDescriptor())) { in RegisterListener()
62 if (!data.WriteInterfaceToken(GetDescriptor())) { in UnregisterListener()
80 if (!data.WriteInterfaceToken(GetDescriptor())) { in SetSurface()
107 if (!data.WriteInterfaceToken(GetDescriptor())) { in Load()
134 if (!data.WriteInterfaceToken(GetDescriptor())) { in Play()
161 if (!data.WriteInterfaceToken(GetDescriptor())) { in Play()
183 if (!data.WriteInterfaceToken(GetDescriptor())) { in Pause()
201 if (!data.WriteInterfaceToken(GetDescriptor())) { in Play()
219 if (!data.WriteInterfaceToken(GetDescriptor())) { in Stop()
237 if (!data.WriteInterfaceToken(GetDescriptor())) { in Next()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp54 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
72 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
90 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
108 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
126 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
144 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
162 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
180 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
198 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
216 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dipc_stream_proxy.cpp42 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in RegisterStreamListener()
64 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in ResolveBuffer()
80 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in UpdatePosition()
94 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in GetAudioSessionID()
110 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in Start()
124 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in Pause()
137 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in Stop()
151 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in Release()
165 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERROR, "Write descriptor failed!"); in Flush()
179 CHECK_AND_RETURN_RET_LOG(data.WriteInterfaceToken(GetDescriptor()), ERRO in Drain()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_stub_test.cpp132 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
149 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
168 data1.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
175 data2.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
196 data1.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
214 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
232 data1.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
238 data2.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
245 data3.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
266 data.WriteInterfaceToken(RSIWindowAnimationController::GetDescriptor()); in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_test.cpp75 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
102 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
119 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
160 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
189 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
205 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
222 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
238 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
255 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
272 data.WriteInterfaceToken(SessionStageStub::GetDescriptor()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_proxy.cpp29 if (!data.WriteInterfaceToken(GetDescriptor())) { in GetInspectorTree()
50 if (!data.WriteInterfaceToken(GetDescriptor())) { in Connect()
82 if (!data.WriteInterfaceToken(GetDescriptor())) { in RegisterClickEventCallback()
103 if (!data.WriteInterfaceToken(GetDescriptor())) { in RegisterSearchEventCallback()
124 if (!data.WriteInterfaceToken(GetDescriptor())) { in RegisterRouterChangeEventCallback()
145 if (!data.WriteInterfaceToken(GetDescriptor())) { in RegisterComponentChangeEventCallback()
167 if (!data.WriteInterfaceToken(GetDescriptor())) { in RegisterWebUnfocusEventCallback()
187 if (!data.WriteInterfaceToken(GetDescriptor())) { in UnregisterClickEventCallback()
208 if (!data.WriteInterfaceToken(GetDescriptor())) { in UnregisterSearchEventCallback()
229 if (!data.WriteInterfaceToken(GetDescriptor())) { in UnregisterRouterChangeEventCallback()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp32 data.WriteInterfaceToken(GetDescriptor()); in Capture()
53 data.WriteInterfaceToken(GetDescriptor()); in CancelCapture()
69 data.WriteInterfaceToken(GetDescriptor()); in ConfirmCapture()
85 data.WriteInterfaceToken(GetDescriptor()); in Release()
106 data.WriteInterfaceToken(GetDescriptor()); in SetCallback()
129 data.WriteInterfaceToken(GetDescriptor()); in SetThumbnail()
147 data.WriteInterfaceToken(GetDescriptor()); in EnableRawDelivery()
168 data.WriteInterfaceToken(GetDescriptor()); in SetBufferProducerInfo()
185 data.WriteInterfaceToken(GetDescriptor()); in DeferImageDeliveryFor()
201 data.WriteInterfaceToken(GetDescriptor()); in IsDeferredPhotoEnabled()
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_service_stub_test.cpp64 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
75 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
86 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
100 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
114 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
128 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
142 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
156 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
171 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
186 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_service_stub_test.cpp64 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
75 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
86 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
100 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
114 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
128 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
142 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
156 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
171 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
186 if (!data.WriteInterfaceToken(NetworkShareServiceStub::GetDescriptor())) { in HWTEST_F()
[all...]
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_proxy.cpp44 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetListenerObject()
61 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetVideoEncoder()
78 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetVideoSize()
96 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetVideoEncodingBitRate()
113 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetAudioEncoder()
130 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetAudioEncodingBitRate()
147 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetOutputFormat()
164 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetInputFile()
182 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in SetOutputFile()
199 bool token = data.WriteInterfaceToken(TransCoderServiceProxy::GetDescriptor()); in Prepare()
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_service_stub_test.cpp62 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
73 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
97 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
108 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
119 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
134 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
149 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
160 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
171 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
186 if (!data.WriteInterfaceToken(NetworkVpnServiceStub::GetDescriptor())) { in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_proxy.cpp32 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in Shutdown()
44 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in Mount()
69 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in UMount()
90 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in Check()
111 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in Format()
136 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in Partition()
161 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in SetVolumeDescription()
187 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in PrepareUserDirs()
213 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in DestroyUserDirs()
239 if (!data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor())) { in StartUser()
[all...]
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_proxy.cpp27 if (!data.WriteInterfaceToken(GetDescriptor())) { in PerfRequest()
41 if (!data.WriteInterfaceToken(GetDescriptor())) { in PerfRequestEx()
56 if (!data.WriteInterfaceToken(GetDescriptor())) { in PowerLimitBoost()
70 if (!data.WriteInterfaceToken(GetDescriptor())) { in ThermalLimitBoost()
85 if (!data.WriteInterfaceToken(GetDescriptor())) { in LimitRequest()
101 if (!data.WriteInterfaceToken(GetDescriptor())) { in SetRequestStatus()
120 if (!data.WriteInterfaceToken(GetDescriptor())) { in SetThermalLevel()
137 if (!data.WriteInterfaceToken(GetDescriptor())) { in RequestDeviceMode()
157 if (!data.WriteInterfaceToken(GetDescriptor())) { in RequestCmdIdCount()

Completed in 25 milliseconds

12345678910>>...50