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:ohosInfo
(Results
1 - 3
of
3
) sorted by relevance
/base/account/os_account/frameworks/cj/distributed_account/src/
H
A
D
cj_distributed_account.cpp
27
RetDistributedInfo convertToRet(AccountSA::OhosAccountInfo
ohosInfo
)
in convertToRet()
argument
30
retInfo.name = convertStrToChar(
ohosInfo
.name_);
in convertToRet()
31
retInfo.id = convertStrToChar(
ohosInfo
.uid_);
in convertToRet()
32
retInfo.nickname = convertStrToChar(
ohosInfo
.nickname_);
in convertToRet()
33
retInfo.avatar = convertStrToChar(
ohosInfo
.avatar_);
in convertToRet()
34
retInfo.status =
ohosInfo
.status_;
in convertToRet()
40
AccountSA::OhosAccountInfo
ohosInfo
;
in getOhosInfoFromRet()
local
41
OhosAccountKits::GetInstance().GetOhosAccountInfo(
ohosInfo
);
in getOhosInfoFromRet()
42
ohosInfo
.name_ = retInfo.name;
in getOhosInfoFromRet()
43
ohosInfo
in getOhosInfoFromRet()
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H
A
D
faultlogger_service_stub.cpp
41
sptr<FaultLogInfoOhos>
ohosInfo
= FaultLogInfoOhos::Unmarshalling(data);
in OnRemoteRequest()
local
42
if (
ohosInfo
== nullptr) {
in OnRemoteRequest()
47
ohosInfo
->pipeFd = data.ReadFileDescriptor();
in OnRemoteRequest()
49
FaultLogInfoOhos info(*
ohosInfo
);
in OnRemoteRequest()
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
inner_os_account_manager.cpp
792
AccountInfo
ohosInfo
;
in RetryToGetAccount()
local
793
(void)OhosAccountManager::GetInstance().GetAccountInfoByUserId(id,
ohosInfo
);
in RetryToGetAccount()
794
if (
ohosInfo
.ohosAccountInfo_.name_ != DEFAULT_OHOS_ACCOUNT_NAME) {
in RetryToGetAccount()
Completed in 4 milliseconds