Home
last modified time | relevance | path

Searched refs:CMD_START_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.h47 CMD_START_WATCHER, enumerator
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp46 stubFuncMap_[CMD_START_WATCHER] = &FileAccessExtStub::CmdStartWatcher; in FileAccessExtStub()
H A Dfile_access_ext_proxy.cpp930 int err = Remote()->SendRequest(CMD_START_WATCHER, data, reply, option); in StartWatcher()