Home
last modified time | relevance | path

Searched refs:myDescriptor (Results 1 – 14 of 14) sorted by relevance

/base/startup/init/services/param/watcher/agent/
Dwatcher_stub.cpp25 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/
Dwatcher_manager_stub.cpp25 std::u16string myDescriptor = IWatcherManager::GetDescriptor(); in OnRemoteRequest() local
27 WATCHER_CHECK(myDescriptor == remoteDescriptor, return -1, "Invalid remoteDescriptor"); in OnRemoteRequest()
/base/startup/init/device_info/
Ddevice_info_stub.cpp39 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/
Dims_core_service_callback_stub.cpp46 std::u16string myDescriptor = ImsCoreServiceCallbackStub::GetDescriptor(); in OnRemoteRequest() local
48 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/core_service/frameworks/native/src/
Di_network_search_callback_stub.cpp127 std::u16string myDescriptor = INetworkSearchCallbackStub::GetDescriptor(); in OnRemoteRequest() local
129 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/sms_mms/services/ims_service_interaction/src/
Dims_sms_callback_stub.cpp52 std::u16string myDescriptor = ImsSmsCallbackStub::GetDescriptor(); in OnRemoteRequest() local
54 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_data/services/src/
Dcellular_data_service_stub.cpp36 std::u16string myDescriptor = CellularDataServiceStub::GetDescriptor(); in OnRemoteRequest() local
39 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_stub.cpp54 std::u16string myDescriptor = BluetoothCallStub::GetDescriptor(); in OnRemoteRequest() local
56 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/frameworks/native/src/
Dcall_ability_callback_stub.cpp44 std::u16string myDescriptor = CallAbilityCallbackStub::GetDescriptor(); in OnRemoteRequest() local
46 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback_stub.cpp65 std::u16string myDescriptor = CallStatusCallbackStub::GetDescriptor(); in OnRemoteRequest() local
67 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h198 std::u16string myDescriptor = CallAbilityCallbackStub::GetDescriptor(); in OnRemoteRequest() local
200 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service_stub.cpp142 std::u16string myDescriptor = CallManagerServiceStub::GetDescriptor(); in OnRemoteRequest() local
144 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_stub.cpp31 std::u16string myDescriptor = CellularCallStub::GetDescriptor(); in OnRemoteRequest() local
33 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_stub.cpp105 std::u16string myDescriptor = ImsCallCallbackStub::GetDescriptor(); in OnRemoteRequest() local
107 if (myDescriptor != remoteDescriptor) { in OnRemoteRequest()