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:localDeviceInfo_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/device_kit/
H
A
D
dm_kit.cpp
22
OHOS::DistributedHardware::DmDeviceInfo DmKit::
localDeviceInfo_
= {};
member in OHOS::Sharing::DmKit
50
localDeviceInfo_
= {};
in GetLocalDevicesInfo()
51
int32_t ret = DistributedHardware::DeviceManager::GetInstance().GetLocalDeviceInfo(PKG_NAME,
localDeviceInfo_
);
in GetLocalDevicesInfo()
52
CHECK_AND_RETURN_RET_LOG(ret == 0,
localDeviceInfo_
, "get local deviceInfo failed.");
in GetLocalDevicesInfo()
54
return
localDeviceInfo_
;
in GetLocalDevicesInfo()
H
A
D
dm_kit.h
47
static OHOS::DistributedHardware::DmDeviceInfo
localDeviceInfo_
;
member in OHOS::Sharing::DmKit
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_get_local_device_info_rsp.h
35
return
localDeviceInfo_
;
in GetLocalDeviceInfo()
45
localDeviceInfo_
= localDeviceInfo;
in SetLocalDeviceInfo()
49
DmDeviceInfo
localDeviceInfo_
;
member in OHOS::DistributedHardware::IpcGetLocalDeviceInfoRsp
/foundation/distributedhardware/device_manager/services/softbuscache/src/
H
A
D
dm_softbus_cache.cpp
27
DmDeviceInfo
localDeviceInfo_
;
member
42
ConvertNodeBasicInfoToDmDevice(nodeBasicInfo,
localDeviceInfo_
);
in SaveLocalDeviceInfo()
44
GetAnonyString(std::string(
localDeviceInfo_
.networkId)).c_str());
in SaveLocalDeviceInfo()
45
SaveDeviceInfo(
localDeviceInfo_
);
in SaveLocalDeviceInfo()
46
SaveDeviceSecurityLevel(
localDeviceInfo_
.networkId);
in SaveLocalDeviceInfo()
54
GetAnonyString(std::string(
localDeviceInfo_
.networkId)).c_str());
in DeleteLocalDeviceInfo()
64
nodeInfo =
localDeviceInfo_
;
in GetLocalDeviceInfo()
74
ConvertNodeBasicInfoToDmDevice(nodeBasicInfo,
localDeviceInfo_
);
in GetLocalDeviceInfo()
75
nodeInfo =
localDeviceInfo_
;
in GetLocalDeviceInfo()
76
SaveDeviceInfo(
localDeviceInfo_
);
in GetLocalDeviceInfo()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H
A
D
domain_manager.h
61
OHOS::DistributedHardware::DmDeviceInfo
localDeviceInfo_
;
member in OHOS::Sharing::DomainManager
H
A
D
domain_manager.cpp
30
localDeviceInfo_
= DmKit::GetLocalDevicesInfo();
in DomainManager()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H
A
D
device_manager_agent.h
127
DeviceInfo
localDeviceInfo_
;
member in OHOS::Storage::DistributedFile::final
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H
A
D
device_manager_agent.cpp
860
localDeviceInfo_
.SetCid(string(localDeviceInfo.networkId));
in InitLocalNodeInfo()
870
return
localDeviceInfo_
;
in GetLocalDeviceInfo()
Completed in 4 milliseconds