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:WriteUint8
(Results
1 - 18
of
18
) sorted by relevance
/base/security/dlp_permission_service/frameworks/dlp_permission/src/
H
A
D
auth_user_info_parcel.cpp
32
if (!(out.
WriteUint8
(this->authUserInfo_.authPerm))) {
in Marshalling()
40
if (!(out.
WriteUint8
(this->authUserInfo_.authAccountType))) {
in Marshalling()
H
A
D
dlp_policy_parcel.cpp
51
if (!(out.
WriteUint8
(this->policyParams_.everyonePerm_))) {
in Marshalling()
56
if (!(out.
WriteUint8
(this->policyParams_.perm_))) {
in Marshalling()
79
if (!(out.
WriteUint8
(this->policyParams_.ownerAccountType_))) {
in MarshallingAccountInfo()
88
if (!(out.
WriteUint8
(this->policyParams_.acountType_))) {
in MarshallingAccountInfo()
/base/telephony/core_service/frameworks/native/src/
H
A
D
tel_ril_base_parcel.cpp
68
return parcel.
WriteUint8
(value);
in Write()
129
return parcel.
WriteUint8
(value);
in WriteBaseUint8()
/base/security/access_token/frameworks/accesstoken/src/
H
A
D
hap_token_info_parcel.cpp
25
RETURN_IF_FALSE(out.
WriteUint8
(this->hapTokenInfoParams.ver));
in Marshalling()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_flags.cpp
180
if (!parcel.
WriteUint8
(static_cast<uint8_t>(soundEnabled_))) {
in Marshalling()
185
if (!parcel.
WriteUint8
(static_cast<uint8_t>(vibrationEnabled_))) {
in Marshalling()
/base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/
H
A
D
setgetcbconfig_fuzzer.cpp
72
dataParcel.
WriteUint8
(netType);
in SetCBConfigFuzz()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_proxy_reminder.cpp
45
if (!data.
WriteUint8
(static_cast<uint8_t>(reminder->GetReminderType()))) {
in PublishReminder()
H
A
D
ans_manager_stub.cpp
1976
if (!reply.
WriteUint8
(static_cast<uint8_t>(validReminders.size()))) {
in HandleGetValidReminders()
1985
if (!reply.
WriteUint8
(reminderType)) {
in HandleGetValidReminders()
2052
if (!reply.
WriteUint8
(static_cast<uint8_t>(dates.size()))) {
in HandleGetExcludeDates()
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H
A
D
message_parcel_utils.cpp
77
data.
WriteUint8
(address.addressIpv6[i]);
in WriteIpAddress()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H
A
D
mock_parcel.cpp
244
bool Parcel::
WriteUint8
(uint8_t value)
in WriteUint8()
function in OHOS::Parcel
/base/powermgr/thermal_manager/test/unittest/mock/src/
H
A
D
mock_parcel.cpp
249
bool Parcel::
WriteUint8
(uint8_t value)
in WriteUint8()
function in OHOS::Parcel
/base/powermgr/battery_statistics/test/unittest/mock/source/
H
A
D
mock_parcel.cpp
246
bool Parcel::
WriteUint8
(uint8_t value)
in WriteUint8()
function in OHOS::Parcel
/base/powermgr/power_manager/test/unittest/mock/
H
A
D
mock_parcel.cpp
244
bool Parcel::
WriteUint8
(uint8_t value)
in WriteUint8()
function in OHOS::Parcel
/base/powermgr/battery_manager/test/unittest/mock/source/
H
A
D
mock_parcel.cpp
244
bool Parcel::
WriteUint8
(uint8_t value)
in WriteUint8()
function in OHOS::Parcel
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event_proxy.cpp
289
if (!data.
WriteUint8
(dumpType)) {
in DumpState()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
121
if (!((parcel).
WriteUint8
(value))) { \
/base/telephony/sms_mms/frameworks/native/sms/src/
H
A
D
sms_service_proxy.cpp
333
dataParcel.
WriteUint8
(netType);
in SetCBConfig()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H
A
D
ans_manager_stub_test.cpp
3154
data.
WriteUint8
(typeInfo);
in HWTEST_F()
3179
data.
WriteUint8
(typeInfo);
in HWTEST_F()
3224
data.
WriteUint8
(typeInfo);
in HWTEST_F()
3251
data.
WriteUint8
(typeInfo);
in HWTEST_F()
Completed in 28 milliseconds