Home
last modified time | relevance | path

Searched refs:wd_ (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp468 wd_ = inotify_add_watch(fd, filePath_.c_str(), watchEvents); in StartNotify()
469 if (wd_ < 0) { in StartNotify()
496 return wd_; in GetWd()
501 if (inotify_rm_watch(fd, wd_) == -1) { in CloseNotify()
508 wd_ = -1; in CloseNotify()
/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h49 int32_t wd_ = -1; // generate from inotify_add_watch member in OHOS::AccountSA::FileWatcher

Completed in 2 milliseconds