Searched refs:ringtonePath (Results 1 – 8 of 8) sorted by relevance
29 std::string ringtonePath = ""; member48 void Init(const std::string &ringtonePath);
42 …bool PlayRingtone(const std::string &phoneNum, const std::string &ringtonePath); // plays the spec…
48 void Ring::Init(const std::string &ringtonePath) in Init() argument50 if (ringtonePath.empty()) { in Init()67 ringtonePath_ = ringtonePath; in Init()
274 bool AudioControlManager::PlayRingtone(const std::string &phoneNum, const std::string &ringtonePath) in PlayRingtone() argument285 ring_ = std::make_unique<Ring>(ringtonePath); in PlayRingtone()
80 char ringtonePath[FILE_PATH_MAX_LEN] = { 0 }; member
59 .ringtonePath = "", in AddCallLogInfo()
190 if (memcpy_s(contactInfo.ringtonePath, FILE_PATH_MAX_LEN, message.c_str(), length) != EOK) { in CallDataRdbObserverFunc()
259 .ringtonePath = "", in IncomingHandle()