/base/startup/init/services/param/watcher/agent/ |
D | watcher_stub.cpp | 25 std::u16string myDescriptor = IWatcher::GetDescriptor(); in OnRemoteRequest() local 27 WATCHER_CHECK(myDescriptor == remoteDescriptor, return -1, "Invalid remoteDescriptor"); in OnRemoteRequest()
|
/base/startup/init/services/param/watcher/proxy/ |
D | watcher_manager_stub.cpp | 25 std::u16string myDescriptor = IWatcherManager::GetDescriptor(); in OnRemoteRequest() local 27 WATCHER_CHECK(myDescriptor == remoteDescriptor, return -1, "Invalid remoteDescriptor"); in OnRemoteRequest()
|
/base/startup/init/device_info/ |
D | device_info_stub.cpp | 39 std::u16string myDescriptor = IDeviceInfo::GetDescriptor(); in REGISTER_SYSTEM_ABILITY_BY_ID() local 41 DINFO_CHECK(myDescriptor == remoteDescriptor, return ERR_FAIL, "Invalid remoteDescriptor"); in REGISTER_SYSTEM_ABILITY_BY_ID()
|
/base/telephony/core_service/services/ims_service_interaction/src/ |
D | ims_core_service_callback_stub.cpp | 46 std::u16string myDescriptor = ImsCoreServiceCallbackStub::GetDescriptor(); in OnRemoteRequest() local 48 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/core_service/frameworks/native/src/ |
D | i_network_search_callback_stub.cpp | 127 std::u16string myDescriptor = INetworkSearchCallbackStub::GetDescriptor(); in OnRemoteRequest() local 129 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/sms_mms/services/ims_service_interaction/src/ |
D | ims_sms_callback_stub.cpp | 52 std::u16string myDescriptor = ImsSmsCallbackStub::GetDescriptor(); in OnRemoteRequest() local 54 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/cellular_data/services/src/ |
D | cellular_data_service_stub.cpp | 36 std::u16string myDescriptor = CellularDataServiceStub::GetDescriptor(); in OnRemoteRequest() local 39 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_stub.cpp | 54 std::u16string myDescriptor = BluetoothCallStub::GetDescriptor(); in OnRemoteRequest() local 56 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_ability_callback_stub.cpp | 44 std::u16string myDescriptor = CallAbilityCallbackStub::GetDescriptor(); in OnRemoteRequest() local 46 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | call_status_callback_stub.cpp | 65 std::u16string myDescriptor = CallStatusCallbackStub::GetDescriptor(); in OnRemoteRequest() local 67 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 198 std::u16string myDescriptor = CallAbilityCallbackStub::GetDescriptor(); in OnRemoteRequest() local 200 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/call_manager/services/call_manager_service/src/ |
D | call_manager_service_stub.cpp | 142 std::u16string myDescriptor = CallManagerServiceStub::GetDescriptor(); in OnRemoteRequest() local 144 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_stub.cpp | 31 std::u16string myDescriptor = CellularCallStub::GetDescriptor(); in OnRemoteRequest() local 33 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_callback_stub.cpp | 105 std::u16string myDescriptor = ImsCallCallbackStub::GetDescriptor(); in OnRemoteRequest() local 107 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
|