Home
last modified time | relevance | path

Searched refs:remoteDesc (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_stub.cpp29 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
30 if (descriptor != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/
H A Ddaudio_sink_ipc_callback_stub.cpp36 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
37 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/callback/
H A Ddcamera_sink_callback_stub.cpp39 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
40 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_listener_stub.cpp48 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
49 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback_stub.cpp37 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
38 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_ipc_callback_stub.cpp39 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
40 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub.cpp42 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
43 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/callback/
H A Ddcamera_source_callback_stub.cpp42 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
43 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_stub.cpp54 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
55 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_stub.cpp63 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
64 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_stub.cpp58 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
59 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp56 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
57 if (myDescripter != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub.cpp45 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
46 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_stub.cpp71 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
72 if (desc != remoteDesc) { in OnRemoteRequest()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h276 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local
277 if (myDesc != remoteDesc) { in OnRemoteRequest()