Searched refs:multiParty (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hf_call.h | 73 * @param multiParty Is multiparty flag. 79 std::string device, int id, int state, std::string number, bool multiParty, bool outgoing, bool inBandRing) in HandsFreeUnitCall() 84 multiParty_(multiParty), in HandsFreeUnitCall() 100 * @param multiParty Is multiparty flag. 106 HandsFreeUnitCall(std::string device, int id, int state, std::string number, UUID uuid, bool multiParty, in HandsFreeUnitCall() argument 113 multiParty_(multiParty), in HandsFreeUnitCall() 255 * @brief Set the multiParty flag. 257 * @param multiParty The multiParty flag 260 void SetMultiParty(bool multiParty) in SetMultiParty() argument 78 HandsFreeUnitCall( std::string device, int id, int state, std::string number, bool multiParty, bool outgoing, bool inBandRing) HandsFreeUnitCall() argument [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | hands_free_unit_calls.cpp | 23 bool multiParty, bool outgoing, bool inBandRing) in HandsFreeUnitCalls() 25 multiParty_(multiParty), outgoing_(outgoing), inBandRing_(inBandRing) in HandsFreeUnitCalls() 31 Uuid &uuid, bool multiParty, bool outgoing, bool inBandRing, long creationTime) in HandsFreeUnitCalls() 33 multiParty_(multiParty), outgoing_(outgoing), inBandRing_(inBandRing), in HandsFreeUnitCalls() 93 void HandsFreeUnitCalls::SetMultiParty(bool multiParty) in SetMultiParty() argument 95 multiParty_ = multiParty; in SetMultiParty() 22 HandsFreeUnitCalls(const std::string &device, int id, int state, const std::string &number, bool multiParty, bool outgoing, bool inBandRing) HandsFreeUnitCalls() argument 30 HandsFreeUnitCalls(const std::string &device, int id, int state, const std::string &number, Uuid &uuid, bool multiParty, bool outgoing, bool inBandRing, long creationTime) HandsFreeUnitCalls() argument
|
H A D | hands_free_unit_calls.h | 77 * @param multiParty Is multiparty flag. 84 bool multiParty, bool outgoing, bool inBandRing); 94 * @param multiParty Is multiparty flag. 102 bool multiParty, bool outgoing, bool inBandRing, long creationTime); 229 * @brief Set the multiParty flag. 231 * @param multiParty The multiParty flag 235 void SetMultiParty(bool multiParty);
|
Completed in 2 milliseconds