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:WriteUint64
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H
A
D
user_idm_callback_proxy.cpp
120
if (!data.
WriteUint64
(info.credentialId)) {
in OnCredentialInfos()
132
if (!data.
WriteUint64
(info.templateId)) {
in OnCredentialInfos()
171
if (!data.
WriteUint64
(secUserInfo.secureUid)) {
in WriteSecureUserInfo()
186
if (!data.
WriteUint64
(info.enrolledId)) {
in WriteSecureUserInfo()
H
A
D
executor_messenger_proxy.cpp
40
if (!data.
WriteUint64
(scheduleId)) {
in SendData()
80
if (!data.
WriteUint64
(scheduleId)) {
in Finish()
H
A
D
executor_callback_proxy.cpp
72
if (!data.
WriteUint64
(scheduleId)) {
in OnBeginExecute()
108
if (!data.
WriteUint64
(scheduleId)) {
in OnEndExecute()
203
if (!dataParcel.
WriteUint64
(scheduleId)) {
in OnSendData()
H
A
D
user_auth_stub.cpp
253
if (!reply.
WriteUint64
(contextId)) {
in AuthStub()
295
if (!reply.
WriteUint64
(contextId)) {
in AuthWidgetStub()
400
if (!reply.
WriteUint64
(contextId)) {
in AuthUserStub()
436
if (!reply.
WriteUint64
(contextId)) {
in IdentifyStub()
559
if (!reply.
WriteUint64
(enrolledState.credentialDigest)) {
in GetEnrolledStateStub()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H
A
D
executor_messenger_stub_test.cpp
57
EXPECT_TRUE(data.
WriteUint64
(scheduleId));
in HWTEST_F()
80
EXPECT_TRUE(data.
WriteUint64
(scheduleId));
in HWTEST_F()
H
A
D
executor_callback_stub_test.cpp
82
EXPECT_TRUE(data.
WriteUint64
(scheduleId));
in HWTEST_F()
104
EXPECT_TRUE(data.
WriteUint64
(scheduleId));
in HWTEST_F()
/base/account/os_account/services/accountmgr/src/account_iam/
H
A
D
account_iam_client_callback_proxy.cpp
111
if (!data.
WriteUint64
(info.credentialId)) {
in OnCredentialInfo()
124
if (!data.
WriteUint64
(info.templateId)) {
in OnCredentialInfo()
159
if (!data.
WriteUint64
(enrolledId)) {
in OnEnrolledId()
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H
A
D
sec_comp_stub_test.cpp
161
in.
WriteUint64
(1);
in HWTEST_F()
168
in.
WriteUint64
(1);
in HWTEST_F()
174
in.
WriteUint64
(1);
in HWTEST_F()
H
A
D
sec_comp_stub_mock_test.cpp
233
in.
WriteUint64
(1);
in HWTEST_F()
240
in.
WriteUint64
(1);
in HWTEST_F()
246
in.
WriteUint64
(1);
in HWTEST_F()
/base/accesscontrol/sandbox_manager/frameworks/sandbox_manager/src/
H
A
D
policy_info_parcel.cpp
25
RETURN_IF_FALSE(out.
WriteUint64
(policyInfo.mode));
in Marshalling()
/base/account/os_account/test/fuzztest/iamaccount_stub/cancelauthstub_fuzzer/
H
A
D
cancelauthstub_fuzzer.cpp
40
if (!dataTemp.
WriteUint64
(contextId)) {
in CancelAuthStubFuzzTest()
/base/security/dlp_permission_service/frameworks/dlp_permission/src/
H
A
D
open_dlp_file_callback_info_parcel.cpp
34
if (!(out.
WriteUint64
(this->fileInfo.timeStamp))) {
in Marshalling()
H
A
D
auth_user_info_parcel.cpp
36
if (!(out.
WriteUint64
(this->authUserInfo_.permExpiryTime))) {
in Marshalling()
/base/time/time_service/services/ipc/proxy/
H
A
D
timer_notify_callback_proxy.cpp
46
if (!data.
WriteUint64
(timerId)) {
in Finish()
H
A
D
timer_call_back_proxy.cpp
46
if (!data.
WriteUint64
(timerId)) {
in NotifyTimer()
H
A
D
time_service_proxy.cpp
77
if (!data.
WriteUint64
(timerOptions->interval)) {
in CreateTimer()
95
if (!data.
WriteUint64
(timerId)) {
in CreateTimer()
116
if (!data.
WriteUint64
(timerId)) {
in StartTimer()
120
if (!data.
WriteUint64
(triggerTime)) {
in StartTimer()
135
if (!data.
WriteUint64
(timerId)) {
in StopTimer()
150
if (!data.
WriteUint64
(timerId)) {
in DestroyTimer()
/base/security/security_component_manager/frameworks/security_component/src/
H
A
D
sec_comp_click_event_parcel.cpp
36
if (!(out.
WriteUint64
(this->clickInfoParams_.point.timestamp))) {
in MarshallingPointEvent()
45
if (!(out.
WriteUint64
(this->clickInfoParams_.key.timestamp))) {
in MarshallingKeyEvent()
/base/hiviewdfx/hiview/adapter/service/common/src/
H
A
D
hiview_file_info.cpp
33
if (!outParcel.
WriteUint64
(size)) {
in GetData()
/base/accesscontrol/sandbox_manager/test/fuzztest/services/sandbox_manager/setpolicyasyncstub_fuzzer/
H
A
D
setpolicyasyncstub_fuzzer.cpp
61
if (!datas.
WriteUint64
(policyFlag)) {
in SetPolicyAsyncStub()
/base/accesscontrol/sandbox_manager/test/fuzztest/services/sandbox_manager/setpolicystub_fuzzer/
H
A
D
setpolicystub_fuzzer.cpp
61
if (!datas.
WriteUint64
(policyFlag)) {
in SetPolicyStub()
/base/account/os_account/test/fuzztest/iamaccount_stub/delcredstub_fuzzer/
H
A
D
delcredstub_fuzzer.cpp
64
if (!dataTemp.
WriteUint64
(credentialId)) {
in DelCredStubFuzzTest()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_sorting_map.cpp
67
if (!parcel.
WriteUint64
(sortings_.size())) {
in Marshalling()
/base/security/access_token/frameworks/privacy/src/
H
A
D
sec_comp_enhance_data_parcel.cpp
30
RETURN_IF_FALSE(out.
WriteUint64
(this->enhanceData.challenge));
in Marshalling()
/base/security/access_token/services/common/background_task_manager/src/
H
A
D
continuous_task_callback_info.cpp
71
if (!parcel.
WriteUint64
(tokenId_)) {
in Marshalling()
72
ACCESSTOKEN_LOG_ERROR(LABEL, "
WriteUint64
failed.");
in Marshalling()
/base/security/device_security_level/interfaces/inner_api/src/standard/
H
A
D
device_security_level_proxy.cpp
71
data.
WriteUint64
(option.challenge);
in RequestDeviceSecurityLevel()
Completed in 9 milliseconds
1
2
3