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:StopServiceTimer
(Results
1 - 7
of
7
) sorted by relevance
/base/startup/init/test/fuzztest/stopservicetimer_fuzzer/
H
A
D
stopservicetimer_fuzzer.cpp
25
if (!
StopServiceTimer
(str.c_str())) {
in FuzzStopServiceTimer()
/base/startup/init/interfaces/innerkits/include/
H
A
D
service_control.h
54
int
StopServiceTimer
(const char *serviceName);
/base/startup/init/test/unittest/service_control/
H
A
D
service_control_unittest.cpp
151
int ret =
StopServiceTimer
("deviceinfoservice");
in HWTEST_F()
157
int ret =
StopServiceTimer
(nullptr);
in HWTEST_F()
/base/startup/init/services/begetctl/
H
A
D
service_control.c
62
StopServiceTimer
(argv[1]);
in main_cmd()
/base/startup/init/test/moduletest/
H
A
D
service_control_test.cpp
192
ret =
StopServiceTimer
(serviceName.c_str());
in HWTEST_F()
215
ret =
StopServiceTimer
(serviceName.c_str());
in HWTEST_F()
/base/startup/init/interfaces/innerkits/service_control/
H
A
D
service_control.c
202
int
StopServiceTimer
(const char *serviceName)
in StopServiceTimer()
function
/base/startup/init/test/unittest/innerkits/
H
A
D
innerkits_unittest.cpp
314
StopServiceTimer
("deviceinfoservice");
in HWTEST_F()
Completed in 3 milliseconds