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:ERR_INVALID_FD
(Results
1 - 4
of
4
) sorted by relevance
/base/msdp/device_status/test/unittest/libs/src/
H
A
D
device_status_mock_test.cpp
45
constexpr int32_t
ERR_INVALID_FD
{ -1 };
478
deviceStatusMsdpMock.timerFd_ =
ERR_INVALID_FD
;
in HWTEST_F()
497
EXPECT_TRUE(deviceStatusMsdpMock.timerFd_ ==
ERR_INVALID_FD
);
in HWTEST_F()
514
EXPECT_TRUE(deviceStatusMsdpMock.timerFd_ ==
ERR_INVALID_FD
);
in HWTEST_F()
525
deviceStatusMsdpMock.timerFd_ =
ERR_INVALID_FD
;
in HWTEST_F()
527
EXPECT_TRUE(deviceStatusMsdpMock.timerFd_ ==
ERR_INVALID_FD
);
in HWTEST_F()
538
deviceStatusMsdpMock.epFd_ =
ERR_INVALID_FD
;
in HWTEST_F()
539
int32_t ret = deviceStatusMsdpMock.RegisterTimerCallback(
ERR_INVALID_FD
, DeviceStatusMsdpMock::EVENT_TIMER_FD);
in HWTEST_F()
555
EXPECT_TRUE(deviceStatusMsdpMock.timerFd_ ==
ERR_INVALID_FD
);
in HWTEST_F()
580
deviceStatusMsdpMock.epFd_ =
ERR_INVALID_FD
;
in HWTEST_F()
[all...]
/base/powermgr/thermal_manager/application/protector/src/
H
A
D
thermal_sensor_provider.cpp
32
const int
ERR_INVALID_FD
= -1;
member
125
if (timerFd_ ==
ERR_INVALID_FD
) {
in CreateProviderFd()
127
return
ERR_INVALID_FD
;
in CreateProviderFd()
159
if (timerfd ==
ERR_INVALID_FD
) {
in SetTimerInterval()
H
A
D
thermal_protector_timer.cpp
30
constexpr int32_t
ERR_INVALID_FD
= -1;
member
55
if (timerFd_ ==
ERR_INVALID_FD
) {
in CreateProvisionFd()
108
if (timerfd ==
ERR_INVALID_FD
) {
in SetTimerInterval()
/base/msdp/device_status/libs/src/
H
A
D
devicestatus_msdp_mock.cpp
37
constexpr int32_t
ERR_INVALID_FD
{ -1 };
132
if (timerFd_ ==
ERR_INVALID_FD
) {
in InitTimer()
137
epFd_ =
ERR_INVALID_FD
;
in InitTimer()
154
if (timerFd_ ==
ERR_INVALID_FD
) {
in SetTimerInterval()
Completed in 3 milliseconds