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:SetSubscribeId
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_stop_discovery_req.h
40
* @tc.name: IpcStopDiscoveryReq::
SetSubscribeId
44
void
SetSubscribeId
(uint16_t subscribeId)
in SetSubscribeId()
function in OHOS::DistributedHardware::IpcStopDiscoveryReq
H
A
D
ipc_notify_device_discovery_req.h
59
* @tc.name: IpcNotifyDeviceFoundReq::
SetSubscribeId
63
void
SetSubscribeId
(uint16_t subscribeId)
in SetSubscribeId()
function in OHOS::DistributedHardware::IpcNotifyDeviceDiscoveryReq
H
A
D
ipc_notify_discover_result_req.h
38
* @tc.name: IpcNotifyDiscoverResultReq::
SetSubscribeId
42
void
SetSubscribeId
(uint16_t subscribeId)
in SetSubscribeId()
function in OHOS::DistributedHardware::IpcNotifyDiscoverResultReq
H
A
D
ipc_start_discover_req.h
42
void
SetSubscribeId
(const uint16_t &subscribeId)
in SetSubscribeId()
function in OHOS::DistributedHardware::IpcStartDevDiscoveryByIdReq
H
A
D
ipc_notify_device_found_req.h
59
* @tc.name: IpcNotifyDeviceFoundReq::
SetSubscribeId
63
void
SetSubscribeId
(uint16_t subscribeId)
in SetSubscribeId()
function in OHOS::DistributedHardware::IpcNotifyDeviceFoundReq
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_ipc_server_client_proxy.cpp
149
req->
SetSubscribeId
(subscribeId);
in HWTEST_F()
189
req->
SetSubscribeId
(subscribeId);
in HWTEST_F()
H
A
D
UTTest_ipc_cmd_register.cpp
316
req->
SetSubscribeId
(subscribeId);
in HWTEST_F()
H
A
D
UTTest_ipc_cmd_parser_service.cpp
1385
pReq->
SetSubscribeId
(subscribeId);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/
H
A
D
device_manager_service_listener.cpp
232
pReq->
SetSubscribeId
(subscribeId);
in OnDeviceFound()
253
pReq->
SetSubscribeId
(subscribeId);
in OnDiscoveryFailed()
265
pReq->
SetSubscribeId
((uint16_t)subscribeId);
in OnDiscoverySuccess()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H
A
D
device_manager_impl.cpp
513
req->
SetSubscribeId
(subscribeId);
in StartDeviceDiscovery()
545
req->
SetSubscribeId
(subscribeId);
in StopDeviceDiscovery()
582
req->
SetSubscribeId
(subscribeId);
in StopDeviceDiscovery()
Completed in 12 milliseconds