Home
last modified time | relevance | path

Searched defs:NotifyMessage (Results 1 – 2 of 2) sorted by relevance

/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
Dfile_access_observer_common.h37 struct NotifyMessage : public OHOS::Parcelable { struct
41 NotifyMessage() = default; argument
42 NotifyMessage(const NotifyType notifyType, const std::vector<std::string> &uris) in NotifyMessage() function
62 HILOG_ERROR("NotifyMessage Unmarshalling error:write deviceType fail."); in Marshalling() argument
78 static NotifyMessage *Unmarshalling(Parcel &parcel) in Unmarshalling() argument
/foundation/multimedia/player_framework/services/engine/gstreamer/recorder/
Drecorder_pipeline.cpp381 void RecorderPipeline::NotifyMessage(const RecorderMessage &msg) in NotifyMessage() function in OHOS::Media::RecorderPipeline