Searched defs:NotifyMessage (Results 1 – 2 of 2) sorted by relevance
37 struct NotifyMessage : public OHOS::Parcelable { struct41 NotifyMessage() = default; argument42 NotifyMessage(const NotifyType notifyType, const std::vector<std::string> &uris) in NotifyMessage() function62 HILOG_ERROR("NotifyMessage Unmarshalling error:write deviceType fail."); in Marshalling() argument78 static NotifyMessage *Unmarshalling(Parcel &parcel) in Unmarshalling() argument
381 void RecorderPipeline::NotifyMessage(const RecorderMessage &msg) in NotifyMessage() function in OHOS::Media::RecorderPipeline