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:callingUid_
(Results
1 - 12
of
12
) sorted by relevance
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
account_info.h
85
std::int32_t
callingUid_
= DEFAULT_CALLING_UID;
member in OHOS::AccountSA::OhosAccountInfo
180
ohosAccountInfo_.
callingUid_
= DEFAULT_CALLING_UID;
in clear()
/base/account/os_account/frameworks/domain_account/src/
H
A
D
domain_account_common.cpp
117
:
callingUid_
(callingUid), getTokenParams_(getTokenParams)
in GetAccessTokenOptions()
125
if (!parcel.ReadInt32(
callingUid_
)) {
in ReadFromParcel()
141
if (!parcel.WriteInt32(
callingUid_
)) {
in Marshalling()
/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfostub_fuzzer/
H
A
D
cmdsetohosaccountinfostub_fuzzer.cpp
84
ohosAccountInfo.
callingUid_
= fuzzData.GetData<int32_t>();
in CmdSetOhosAccountInfoStubFuzzTest()
/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfobyuseridstub_fuzzer/
H
A
D
cmdsetohosaccountinfobyuseridstub_fuzzer.cpp
87
ohosAccountInfo.
callingUid_
= fuzzData.GetData<int32_t>();
in CmdSetOhosAccountInfoByUserIdStubFuzzTest()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H
A
D
domain_account_common_test.cpp
85
EXPECT_EQ(getAccessTokenOptions->
callingUid_
, CALLING_UID);
in HWTEST_F()
/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H
A
D
domain_account_common.h
85
int32_t
callingUid_
= -1;
member in OHOS::AccountSA::GetAccessTokenOptions
/base/account/os_account/services/accountmgr/src/
H
A
D
ohos_account_data_deal.cpp
201
{DATADEAL_JSON_KEY_OHOSACCOUNT_CALLINGUID, accountInfo.ohosAccountInfo_.
callingUid_
},
in SaveAccountInfo()
290
accountInfo.ohosAccountInfo_.
callingUid_
=
in GetAccountInfoFromJson()
352
accountInfo.ohosAccountInfo_.
callingUid_
= DEFAULT_CALLING_UID;
in BuildJsonFileFromScratch()
H
A
D
ohos_account_manager.cpp
359
currAccountInfo.ohosAccountInfo_.
callingUid_
= IPCSkeleton::GetCallingUid();
in LoginOhosAccount()
619
if (accountInfo.ohosAccountInfo_.
callingUid_
== callingUid) {
in OnPackageRemoved()
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H
A
D
domain_account_manager_inner_service_test.cpp
610
option.
callingUid_
= 1;
in HWTEST_F()
647
option.
callingUid_
= 1;
in HWTEST_F()
736
option.
callingUid_
= 1;
in HWMTEST_F()
/base/account/os_account/services/accountmgr/include/domain_account/
H
A
D
inner_domain_account_manager.h
116
int32_t
callingUid_
= -1;
member in OHOS::AccountSA::InnerDomainAccountManager
/base/account/os_account/services/accountmgr/src/domain_account/
H
A
D
inner_domain_account_manager.cpp
171
callingUid_
= IPCSkeleton::GetCallingUid();
in RegisterPlugin()
182
callingUid_
= -1;
in UnregisterPlugin()
525
pluginOptions.callerUid = option.
callingUid_
;
in SetPluginGetDomainAccessTokenOptions()
1011
if ((callingUid !=
callingUid_
) && (callingUid != SELF_UID)) {
in UpdateAccountToken()
/base/account/os_account/interfaces/kits/napi/domain_account/src/
H
A
D
napi_domain_account_manager.cpp
134
NAPI_CALL(param->env, napi_create_int32(param->env, param->option.
callingUid_
, &napiUid));
in CreateNapiGetAccessTokenOptions()
Completed in 12 milliseconds