/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/continuation/ |
H A D | connect_callback_interface.h | 49 COMMAND_DISCONNECT, enumerator
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | nfc_service_ipc_interface_code.h | 57 COMMAND_DISCONNECT,
enumerator
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/ |
H A D | connect_callback_stub.cpp | 57 case COMMAND_DISCONNECT: in OnRemoteRequest()
|
H A D | connect_callback_proxy.cpp | 51 RemoteRequest(data, COMMAND_DISCONNECT); in Disconnect()
|
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_stub_test/ |
H A D | connect_callback_stub_test.cpp | 143 EXPECT_EQ(object->OnRemoteRequest(MockConnectCallback::COMMAND_DISCONNECT, data, reply, option), OHOS::ERR_NONE); in HWTEST_F() 182 EXPECT_EQ(object->OnRemoteRequest(MockConnectCallback::COMMAND_DISCONNECT + 66, data, reply, option), in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_pan.h | 44 static constexpr int COMMAND_DISCONNECT = MIN_TRANSACTION_ID + 0; member in OHOS::Bluetooth::IBluetoothPan
|
H A D | bluetooth_service_ipc_interface_code.h | 168 COMMAND_DISCONNECT, member in OHOS::Bluetooth::BluetoothHidHostInterfaceCode 371 COMMAND_DISCONNECT = MIN_TRANSACTION_ID + 0, member in OHOS::Bluetooth::BluetoothPanInterfaceCode
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_pan_stub.cpp | 25 memberFuncMap_[static_cast<uint32_t>(COMMAND_DISCONNECT)] = in BluetoothPanStub()
|
H A D | bluetooth_hid_host_stub.cpp | 28 memberFuncMap_[static_cast<uint32_t>(BluetoothHidHostInterfaceCode::COMMAND_DISCONNECT)] = in BluetoothHidHostStub()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_pan_proxy.cpp | 32 SEND_IPC_REQUEST_RETURN_RESULT(static_cast<uint32_t>(BluetoothPanInterfaceCode::COMMAND_DISCONNECT), in Disconnect()
|
H A D | bluetooth_hid_host_proxy.cpp | 49 SEND_IPC_REQUEST_RETURN_RESULT(static_cast<uint32_t>(BluetoothHidHostInterfaceCode::COMMAND_DISCONNECT), in Disconnect()
|
/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | tag_session_proxy.cpp | 91 SendRequestExpectReplyNone(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_DISCONNECT), in Disconnect()
|
/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | tag_session_stub_test.cpp | 114 COMMAND_DISCONNECT), data, reply, option);
in HWTEST_F()
|
/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session_stub.cpp | 48 case static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_DISCONNECT):
in OnRemoteRequest()
|
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/ |
H A D | tagsessionstub_fuzzer.cpp | 81 tagSession->OnRemoteRequest(static_cast<uint32_t>(NFC::NfcServiceIpcInterfaceCode::COMMAND_DISCONNECT), in FuzzHandleDisconnect()
|