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:APP_UNBIND
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H
A
D
relationship_sync_mgr.cpp
78
case RelationShipChangeType::
APP_UNBIND
:
in ToBroadcastPayLoad()
104
case RelationShipChangeType::
APP_UNBIND
:
in FromBroadcastPayLoad()
124
case RelationShipChangeType::
APP_UNBIND
:
in IsValid()
146
(type == RelationShipChangeType::
APP_UNBIND
);
in IsChangeTypeValid()
153
(type == (uint32_t)RelationShipChangeType::
APP_UNBIND
);
in IsChangeTypeValid()
/foundation/distributedhardware/device_manager/services/service/include/relationshipsyncmgr/
H
A
D
relationship_sync_mgr.h
28
APP_UNBIND
= 2,
member in OHOS::DistributedHardware::RelationShipChangeType
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_relationship_sync_mgr.cpp
109
msg.type = RelationShipChangeType::
APP_UNBIND
;
in HWTEST_F()
122
msg.type = RelationShipChangeType::
APP_UNBIND
;
in HWTEST_F()
136
msg.type = RelationShipChangeType::
APP_UNBIND
;
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/
H
A
D
device_manager_service.cpp
1872
msg.type = RelationShipChangeType::
APP_UNBIND
;
in SendAppUnBindBroadCast()
1920
case RelationShipChangeType::
APP_UNBIND
:
in HandleDeviceTrustedChange()
Completed in 5 milliseconds