Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Difile_access_ext_base.h48 CMD_STOP_WATCHER, enumerator
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp47 stubFuncMap_[CMD_STOP_WATCHER] = &FileAccessExtStub::CmdStopWatcher; in FileAccessExtStub()
H A Dfile_access_ext_proxy.cpp968 int err = Remote()->SendRequest(CMD_STOP_WATCHER, data, reply, option); in StopWatcher()