/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | native_child_notify_stub.cpp | 29 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 D | daudio_sink_ipc_callback_stub.cpp | 36 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 D | dcamera_sink_callback_stub.cpp | 39 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 D | dms_listener_stub.cpp | 48 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 D | dscreen_source_callback_stub.cpp | 37 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 D | daudio_ipc_callback_stub.cpp | 39 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 D | dscreen_sink_stub.cpp | 42 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 D | dcamera_source_callback_stub.cpp | 42 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 D | daudio_source_stub.cpp | 54 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 D | daudio_sink_stub.cpp | 63 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 D | distributed_camera_source_stub.cpp | 58 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 D | networkshare_service_stub.cpp | 56 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 D | dscreen_source_stub.cpp | 45 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 D | distributed_camera_sink_stub.cpp | 71 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 D | call_manager_connect.h | 276 std::u16string remoteDesc = data.ReadInterfaceToken(); in OnRemoteRequest() local 277 if (myDesc != remoteDesc) { in OnRemoteRequest()
|