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:isDisable
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H
A
D
render_transform.h
93
void SetDisableClickEffect(bool
isDisable
)
in SetDisableClickEffect()
argument
95
disableClickEffect_ =
isDisable
;
in SetDisableClickEffect()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H
A
D
transport.h
151
virtual int RemoveServer(bool
isDisable
) = 0;
H
A
D
transport_rfcomm.h
72
int RemoveServer(bool
isDisable
= true) override;
H
A
D
transport_l2cap.h
71
int RemoveServer(bool
isDisable
= true) override;
H
A
D
transport_rfcomm.cpp
74
int RfcommTransport::RemoveServer(bool
isDisable
)
in RemoveServer()
argument
79
if (
isDisable
) {
in RemoveServer()
H
A
D
transport_l2cap.cpp
70
int L2capTransport::RemoveServer(bool
isDisable
)
in RemoveServer()
argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket.h
96
void CloseSocket(bool
isDisable
);
H
A
D
socket.cpp
612
void Socket::CloseSocket(bool
isDisable
)
in CloseSocket()
argument
623
if (
isDisable
) {
in CloseSocket()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
auto_launch.cpp
93
if (iter.second.
isDisable
) {
in ~AutoLaunch()
99
iter.second.
isDisable
= true;
in ~AutoLaunch()
107
(!autoLaunchItemMap_[identifierInfo.first][identifierInfo.second].
isDisable
);
in ~AutoLaunch()
345
if (autoLaunchItemMap_[identifier][userId].
isDisable
) {
in ObserverFunc()
346
LOGI("[AutoLaunch] ObserverFunc
isDisable
, do nothing");
in ObserverFunc()
398
if (autoLaunchItemMap_[identifier][userId].
isDisable
) {
in DisableKvStoreAutoLaunch()
406
autoLaunchItemMap_[identifier][userId].
isDisable
= true;
in DisableKvStoreAutoLaunch()
422
autoLaunchItemMap_[identifier][userId].
isDisable
= false;
in DisableKvStoreAutoLaunch()
475
if (autoLaunchItemMap_[identifier][userId].
isDisable
) {
in ConnectionLifeCycleCallbackTask()
476
LOGI("[AutoLaunch] ConnectionLifeCycleCallback
isDisable
, d
in ConnectionLifeCycleCallbackTask()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
auto_launch.h
59
bool
isDisable
= false;
member
Completed in 8 milliseconds