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:GetUserIdByUid
(Results
1 - 6
of
6
) sorted by relevance
/base/security/asset/test/unittest/module_test/src/
H
A
D
os_account_wrapper_test.cpp
62
ASSERT_EQ(true,
GetUserIdByUid
(uid, &userId));
in HWTEST_F()
75
ASSERT_EQ(true,
GetUserIdByUid
(uid, &userId));
in HWTEST_F()
/base/security/asset/services/os_dependency/inc/
H
A
D
os_account_wrapper.h
25
bool
GetUserIdByUid
(uint64_t uid, uint32_t *userId);
/base/security/asset/services/common/src/
H
A
D
lib.rs
63
fn
GetUserIdByUid
(uid: u64, userId: &mut u32) -> bool;
in GetUserIdByUid()
functions
71
if
GetUserIdByUid
(uid, &mut user_id) {
in get_user_id()
/base/security/asset/services/os_dependency/src/
H
A
D
os_account_wrapper.cpp
23
bool
GetUserIdByUid
(uint64_t uid, uint32_t *userId)
in GetUserIdByUid()
function
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H
A
D
sandbox_json_manager.h
71
bool
GetUserIdByUid
(int32_t& userId);
H
A
D
sandbox_json_manager.cpp
141
GetUserIdByUid
(info.userId);
in UpdateRetentionState()
259
if (!
GetUserIdByUid
(userId)) {
in GetRetentionSandboxList()
317
bool SandboxJsonManager::
GetUserIdByUid
(int32_t& userId)
in GetUserIdByUid()
function in OHOS::Security::DlpPermission::SandboxJsonManager
Completed in 3 milliseconds