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:WriteBool
(Results
1 - 15
of
15
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H
A
D
native_buffer_test.cpp
250
bool ret = parcel.
WriteBool
(true);
in HWTEST_F()
261
bool ret = parcel.
WriteBool
(true);
in HWTEST_F()
275
bool ret = parcel.
WriteBool
(true);
in HWTEST_F()
291
bool ret = parcel.
WriteBool
(true);
in HWTEST_F()
307
bool ret = parcel.
WriteBool
(true);
in HWTEST_F()
326
ret = parcel.
WriteBool
(true); // validFd
in HWTEST_F()
337
bool ret = parcel.
WriteBool
(true);
in HWTEST_F()
356
ret = parcel.
WriteBool
(true); // validFd
in HWTEST_F()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_callback_proxy.cpp
25
!data.
WriteBool
(connected)) {
in OnHotplugIn()
H
A
D
display_device_host_driver.cpp
496
if (!reply->
WriteBool
(needFlushFb)) {
in PrepareDisplayLayers()
947
if (!reply->
WriteBool
(receiveData)) {
in FileTest()
1070
if (!reply->
WriteBool
(visible)) {
in GetLayerVisibleState()
1223
if (!reply->
WriteBool
(preMulTmp)) {
in GetLayerPreMulti()
1352
if (!reply->
WriteBool
(enableTmp)) {
in GetLayerColorKey()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
native_buffer.cpp
80
if (!messageParcel.
WriteBool
(isValid)) {
in Marshalling()
99
if (!messageParcel.
WriteBool
(validFd)) {
in Marshalling()
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_proxy.cpp
165
if (!data.
WriteBool
(isByDeviceId)) {
in QueryDeviceInfo()
211
if (!data.
WriteBool
(isByDriverUid)) {
in QueryDriverInfo()
H
A
D
driver_ext_mgr_types.cpp
179
if (!parcel.
WriteBool
(isDriverMatched)) {
in Marshalling()
/drivers/interface/display/composer/hdifd_parcelable/
H
A
D
hdifd_parcelable.cpp
112
if (!parcel.
WriteBool
(validFlag)) {
in Marshalling()
113
HDF_LOGE("%{public}s: parcel.
WriteBool
failed", __func__);
in Marshalling()
/drivers/interface/display/composer/command_pack/
H
A
D
command_data_packer.h
87
bool
WriteBool
(bool value)
in WriteBool()
function in OHOS::HDI::Display::CommandDataPacker
/drivers/peripheral/display/hdi_service/device/src/util/
H
A
D
display_device_common.cpp
243
if (!parcel->
WriteBool
(validFd)) {
in DisplayDeviceWriteFileDescriptor()
244
DISPLAY_LOG("error: %{public}s parcel->
WriteBool
failed", __func__);
in DisplayDeviceWriteFileDescriptor()
/drivers/interface/display/composer/v1_2/display_command/
H
A
D
display_cmd_requester.h
63
ret = requestPacker_.
WriteBool
(isSupportSkipValidate) ? HDF_SUCCESS : HDF_FAILURE;
in CommitAndGetReleaseFence()
66
ret = requestPacker_.
WriteBool
(isValidated) ? HDF_SUCCESS : HDF_FAILURE;
in CommitAndGetReleaseFence()
H
A
D
display_cmd_responser.h
94
DISPLAY_CHECK(replyPacker_.
WriteBool
(commitInfo.needFlush) == false,
in ReplyNotSkipInfo()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_requester.h
256
retBool = requestPacker_.
WriteBool
(alpha.enGlobalAlpha);
in SetLayerAlpha()
260
retBool = requestPacker_.
WriteBool
(alpha.enPixelAlpha);
in SetLayerAlpha()
398
retBool = requestPacker_.
WriteBool
(preMul);
in SetLayerPreMulti()
H
A
D
display_cmd_responser.h
312
DISPLAY_CHECK(replyPacker_.
WriteBool
(needFlush) == false, goto EXIT);
in OnPrepareDisplayLayers()
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H
A
D
utils_data_stub.cpp
273
bRet = (bRet && parcel.
WriteBool
(pInfo->tunneledMode_));
in EncodeStreamInfo()
275
bRet = (bRet && parcel.
WriteBool
(bufferQueueFlag));
in EncodeStreamInfo()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H
A
D
display_device_proxy.cpp
666
if (!data.
WriteBool
(enabled)) {
in SetDisplayVsyncEnabled()
1081
if (!data.
WriteBool
(visible)) {
in SetLayerVisible()
1306
if (!data.
WriteBool
(preMul)) {
in SetLayerPreMulti()
1429
if (!data.
WriteBool
(enable)) {
in SetLayerColorKey()
Completed in 15 milliseconds