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:activeIds
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H
A
D
sr_samgr_helper.cpp
50
std::vector<int32_t>
activeIds
;
in GetCurrentActiveUserId()
local
51
int ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(
activeIds
);
in GetCurrentActiveUserId()
56
if (
activeIds
.empty()) {
in GetCurrentActiveUserId()
57
TAG_LOGE(AAFwkTag::SER_ROUTER, "
activeIds
empty");
in GetCurrentActiveUserId()
60
TAG_LOGE(AAFwkTag::SER_ROUTER, "activeId:%{public}d",
activeIds
[0]);
in GetCurrentActiveUserId()
61
return
activeIds
[0];
in GetCurrentActiveUserId()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H
A
D
ringtone_restore_db_utils.cpp
112
std::vector<int>
activeIds
;
in GetUserID()
local
113
int ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(
activeIds
);
in GetUserID()
118
if (
activeIds
.empty()) {
in GetUserID()
119
RINGTONE_ERR_LOG("QueryActiveOsAccountIds
activeIds
empty");
in GetUserID()
122
userId =
activeIds
[0];
in GetUserID()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
2137
std::vector<int>
activeIds
;
in GetCallingUserId()
local
2138
int ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(
activeIds
);
in GetCallingUserId()
2143
if (
activeIds
.empty()) {
in GetCallingUserId()
2147
userId =
activeIds
[0];
in GetCallingUserId()
Completed in 5 milliseconds