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:ug
(Results
1 - 4
of
4
) sorted by relevance
/base/startup/init/test/unittest/ueventd/
H
A
D
ueventd_event_unittest.cpp
200
ueventdBuffer.append(std::string("DEVUID=") + std::to_string(uevent.
ug
.uid) + '\000');
in GenerateUeventBuffer()
201
ueventdBuffer.append(std::string("DEVGID=") + std::to_string(uevent.
ug
.gid) + '\000');
in GenerateUeventBuffer()
244
.
ug
= {
in HWTEST_F()
267
EXPECT_EQ(outEvent.
ug
.gid, 0);
in HWTEST_F()
268
EXPECT_EQ(outEvent.
ug
.uid, 0);
in HWTEST_F()
327
.
ug
= {
in HWTEST_F()
357
.
ug
= {
in HWTEST_F()
389
.
ug
= {
in HWTEST_F()
505
.
ug
= {
in HWTEST_F()
527
EXPECT_EQ(outEvent.
ug
in HWTEST_F()
[all...]
/base/startup/init/ueventd/include/
H
A
D
ueventd.h
54
struct UidGid
ug
;
member
/base/startup/init/ueventd/
H
A
D
ueventd.c
235
uevent->
ug
.uid = (uid_t)StringToInt(event + strlen("DEVUID="), 0);
in AddUevent()
237
uevent->
ug
.gid = (gid_t)StringToInt(event + strlen("DEVGID="), 0);
in AddUevent()
261
uevent->
ug
.uid, uevent->
ug
.gid);
in AddUevent()
H
A
D
ueventd_device_handler.c
153
uid_t uid = uevent->
ug
.uid;
in CreateDeviceNode()
154
gid_t gid = uevent->
ug
.gid;
in CreateDeviceNode()
Completed in 3 milliseconds