Home
last modified time | relevance | path

Searched refs:NotifyCallingLineIdentification (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile.h422 int NotifyCallingLineIdentification(uint16_t type, const std::string &number) const;
H A Dhfp_ag_profile.cpp202 NotifyCallingLineIdentification(dataConn_.clipType_, dataConn_.clipNumber_); in SendRingAndClip()
641 int HfpAgProfile::NotifyCallingLineIdentification(uint16_t type, const std::string &number) const in NotifyCallingLineIdentification() function in OHOS::bluetooth::HfpAgProfile
H A Dhfp_ag_statemachine.cpp501 profile_.NotifyCallingLineIdentification(CALL_TYPE_DEFAULT, event.str_); in Dispatch()