Home
last modified time | relevance | path

Searched refs:myDescriptor (Results 1 - 20 of 20) sorted by relevance

/base/startup/init/services/param/watcher/agent/
H A Dwatcher_stub.cpp25 std::u16string myDescriptor = IWatcher::GetDescriptor(); in OnRemoteRequest() local
27 WATCHER_CHECK(myDescriptor == remoteDescriptor, return -1, "Invalid remoteDescriptor"); in OnRemoteRequest()
/base/telephony/call_manager/services/spam_call/src/
H A Dspam_call_stub.cpp35 std::u16string myDescriptor = SpamCallStub::GetDescriptor(); in OnRemoteRequest() local
37 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
H A Dspam_call_proxy.cpp37 std::u16string myDescriptor = SpamCallProxy::GetDescriptor(); in DetectSpamCall() local
38 if (!dataParcel.WriteInterfaceToken(myDescriptor)) { in DetectSpamCall()
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_cb_stub.cpp29 std::u16string myDescriptor = WallpaperServiceCbStub::GetDescriptor(); in OnRemoteRequest() local
31 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager_stub.cpp29 std::u16string myDescriptor = IWatcherManager::GetDescriptor(); in OnRemoteRequest() local
31 WATCHER_CHECK(myDescriptor == remoteDescriptor, return -1, "Invalid remoteDescriptor %u", code); in OnRemoteRequest()
/base/startup/init/device_info/
H A Ddevice_info_stub.cpp75 std::u16string myDescriptor = IDeviceInfo::GetDescriptor(); in OnRemoteRequest() local
77 DINFO_CHECK(myDescriptor == remoteDescriptor, return ERR_FAIL, "Invalid remoteDescriptor"); in OnRemoteRequest()
/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_callback_stub.cpp50 std::u16string myDescriptor = ImsCoreServiceCallbackStub::GetDescriptor(); in OnRemoteRequest() local
52 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp149 std::u16string myDescriptor = INetworkSearchCallbackStub::GetDescriptor(); in OnRemoteRequest() local
151 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_core_callback_stub.cpp52 std::u16string myDescriptor = SatelliteCoreCallbackStub::GetDescriptor(); in OnRemoteRequest() local
54 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_callback_stub.cpp49 std::u16string myDescriptor = SatelliteSmsCallbackStub::GetDescriptor(); in OnRemoteRequest() local
51 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_callback_stub.cpp55 std::u16string myDescriptor = ImsSmsCallbackStub::GetDescriptor(); in OnRemoteRequest() local
57 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp69 std::u16string myDescriptor = BluetoothCallStub::GetDescriptor(); in OnRemoteRequest() local
71 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_stub.cpp68 std::u16string myDescriptor = SatelliteCallCallbackStub::GetDescriptor(); in OnRemoteRequest() local
70 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback_stub.cpp66 std::u16string myDescriptor = CallAbilityCallbackStub::GetDescriptor(); in OnRemoteRequest() local
68 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_service_stub.cpp42 std::u16string myDescriptor = CellularDataServiceStub::GetDescriptor(); in OnRemoteRequest() local
45 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp87 std::u16string myDescriptor = WallpaperServiceStub::GetDescriptor(); in OnRemoteRequest() local
89 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback_stub.cpp128 std::u16string myDescriptor = CallStatusCallbackStub::GetDescriptor(); in OnRemoteRequest() local
130 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp36 std::u16string myDescriptor = CellularCallStub::GetDescriptor(); in OnRemoteRequest() local
38 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp155 std::u16string myDescriptor = ImsCallCallbackStub::GetDescriptor(); in OnRemoteRequest() local
157 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service_stub.cpp279 std::u16string myDescriptor = CallManagerServiceStub::GetDescriptor(); in OnRemoteRequest() local
281 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()

Completed in 16 milliseconds