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:localDevInfo
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H
A
D
nstackx_test.c
141
NSTACKX_LocalDeviceInfo *
localDevInfo
= (NSTACKX_LocalDeviceInfo *)malloc(sizeof(NSTACKX_LocalDeviceInfo));
in TestRegisterDeviceInfo()
local
142
if (
localDevInfo
== NULL) {
in TestRegisterDeviceInfo()
147
(void)memset_s(
localDevInfo
, 0, sizeof(NSTACKX_LocalDeviceInfo), 0);
in TestRegisterDeviceInfo()
151
free(
localDevInfo
);
in TestRegisterDeviceInfo()
155
if (strcpy_s(
localDevInfo
->deviceId, sizeof(
localDevInfo
->deviceId), udidStr) != EOK) {
in TestRegisterDeviceInfo()
158
free(
localDevInfo
);
in TestRegisterDeviceInfo()
162
if (strcpy_s(
localDevInfo
->name, sizeof(
localDevInfo
->name), DEVICE_NAME) != EOK ||
in TestRegisterDeviceInfo()
163
strcpy_s(
localDevInfo
in TestRegisterDeviceInfo()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H
A
D
distributed_hardware_service.cpp
184
DeviceInfo
localDevInfo
= DHContext::GetInstance().GetDeviceInfo();
in QueryLocalSysSpec()
local
186
CapabilityInfoManager::GetInstance()->GetCapabilitiesByDeviceId(
localDevInfo
.deviceId, resInfos);
in QueryLocalSysSpec()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H
A
D
profile_cache.cpp
807
DistributedHardware::DmDeviceInfo
localDevInfo
;
in GetLocalNetworkId()
local
808
int32_t res = DistributedHardware::DeviceManager::GetInstance().GetLocalDeviceInfo(DP_PKG_NAME,
localDevInfo
);
in GetLocalNetworkId()
813
localNetworkId_ =
localDevInfo
.networkId;
in GetLocalNetworkId()
Completed in 3 milliseconds