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:SetNetWorkId
(Results
1 - 17
of
17
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_get_device_screen_status_req.h
38
* @tc.name: IpcGetDeviceScreenStatusReq::
SetNetWorkId
42
void
SetNetWorkId
(const std::string &netWorkId)
in SetNetWorkId()
function in OHOS::DistributedHardware::IpcGetDeviceScreenStatusReq
H
A
D
ipc_get_info_by_network_req.h
38
* @tc.name: IpcGetInfoByNetWorkReq::
SetNetWorkId
42
void
SetNetWorkId
(const std::string &netWorkId)
in SetNetWorkId()
function in OHOS::DistributedHardware::IpcGetInfoByNetWorkReq
H
A
D
ipc_get_info_by_network_rsp.h
120
* @tc.name: IpcGetInfoByNetWorkRsp::
SetNetWorkId
124
void
SetNetWorkId
(const std::string &netWorkId)
in SetNetWorkId()
function in OHOS::DistributedHardware::IpcGetInfoByNetWorkRsp
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H
A
D
distribute_req_param.h
95
inline void
SetNetWorkId
(const std::string &netWorkId)
in SetNetWorkId()
function in OHOS::AppExecFwk::DistributeReqParam
H
A
D
js_feature_ability.cpp
420
requestParam.
SetNetWorkId
(networkId);
in UnWrapRequestParams()
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H
A
D
virtual_device.h
45
void
SetNetWorkId
(const std::string &netWorkId);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H
A
D
dms_continue_time_dumper.h
77
void
SetNetWorkId
(const std::string srcNetWorkId, const std::string dstNetWorkId);
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H
A
D
virtual_device.cpp
189
void VirtualDevice::
SetNetWorkId
(const std::string &netWorkId)
in SetNetWorkId()
function in OHOS::DistributedHardware::DistributedInput::VirtualDevice
191
DHLOGI("
SetNetWorkId
%{public}s\n", GetAnonyString(netWorkId).c_str());
in SetNetWorkId()
H
A
D
distributed_input_node_manager.cpp
365
virtualDevice->
SetNetWorkId
(devId);
in CreateHandle()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_ipc_cmd_parser_client.cpp
327
req->
SetNetWorkId
(netWorkId);
in HWTEST_F()
361
req->
SetNetWorkId
(netWorkId);
in HWTEST_F()
535
req->
SetNetWorkId
(networkId);
in HWTEST_F()
H
A
D
UTTest_ipc_cmd_register.cpp
260
req->
SetNetWorkId
(netWorkId);
in HWTEST_F()
278
req->
SetNetWorkId
(netWorkId);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H
A
D
dms_continue_time_dumper_test.cpp
188
DmsContinueTime::GetInstance().
SetNetWorkId
(NETWORK_ID, NETWORK_ID);
in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H
A
D
device_manager_impl.cpp
317
req->
SetNetWorkId
(networkId);
in GetDeviceInfo()
870
req->
SetNetWorkId
(netWorkId);
in GetUdidByNetworkId()
900
req->
SetNetWorkId
(netWorkId);
in GetUuidByNetworkId()
1333
req->
SetNetWorkId
(networkId);
in GetEncryptedUuidByNetworkId()
1570
req->
SetNetWorkId
(netWorkId);
in GetNetworkTypeByNetworkId()
2176
req->
SetNetWorkId
(networkId);
in GetDeviceSecurityLevel()
2399
req->
SetNetWorkId
(networkId);
in GetDeviceScreenStatus()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H
A
D
dms_continue_time_dumper.cpp
165
void DmsContinueTime::
SetNetWorkId
(const std::string srcNetWorkId, const std::string dstNetWorkId)
in SetNetWorkId()
function in OHOS::DistributedSchedule::DmsContinueTime
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H
A
D
dsched_continue.cpp
617
DmsContinueTime::GetInstance().
SetNetWorkId
(continueInfo_.sourceDeviceId_, continueInfo_.sinkDeviceId_);
in DurationDumperStart()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
1732
pRsp->
SetNetWorkId
(reply.ReadString());
in ON_IPC_READ_RESPONSE()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
431
DmsContinueTime::GetInstance().
SetNetWorkId
(srcDeviceId, dstDeviceId);
in DurationStart()
Completed in 24 milliseconds