Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wd
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H
A
D
bundle_event_source_example.cpp
105
if (it.second != event->
wd
) {
in OnFileDescriptorEvent()
147
int
wd
= inotify_add_watch(inotifyFd_, SYSTEM_FAULT_LOG_PATH.c_str(), IN_CLOSE_WRITE | IN_MOVED_TO);
in GetPollFd()
local
148
if (
wd
< 0) {
in GetPollFd()
156
fileMap_[SYSTEM_FAULT_LOG_PATH] =
wd
;
in GetPollFd()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H
A
D
event_source_example.cpp
109
if (it.second != event->
wd
) {
in OnFileDescriptorEvent()
151
int
wd
= inotify_add_watch(inotifyFd_, SYSTEM_FAULT_LOG_PATH.c_str(), IN_CLOSE_WRITE | IN_MOVED_TO);
in GetPollFd()
local
152
if (
wd
< 0) {
in GetPollFd()
160
fileMap_[SYSTEM_FAULT_LOG_PATH] =
wd
;
in GetPollFd()
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
event_loop_test.cpp
115
if (it.second != event->
wd
) {
in OnFileDescriptorEvent()
116
printf("fail to find check point: %d", event->
wd
);
in OnFileDescriptorEvent()
149
int
wd
= inotify_add_watch(inotifyFd_, EVENT_LOG_PATH.c_str(), IN_CLOSE_WRITE | IN_MOVED_TO);
in GetPollFd()
local
150
if (
wd
< 0) {
in GetPollFd()
156
fileMap_[EVENT_LOG_PATH] =
wd
;
in GetPollFd()
/base/account/os_account/services/accountmgr/src/
H
A
D
account_file_watcher_manager.cpp
257
if (fileNameMgrMap_.find(event->
wd
) != fileNameMgrMap_.end()) {
in DealWithFileEvent()
258
std::shared_ptr<FileWatcher> fileWatcher = fileNameMgrMap_[event->
wd
];
in DealWithFileEvent()
502
ACCOUNT_LOGE("failed to remove
wd
, err:%{public}d", errno);
in CloseNotify()
Completed in 3 milliseconds