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:DmKit
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/device_kit/
H
A
D
dm_kit.cpp
20
bool
DmKit
::isInited = false;
22
OHOS::DistributedHardware::DmDeviceInfo
DmKit
::localDeviceInfo_ = {};
23
std::vector<OHOS::DistributedHardware::DmDeviceInfo>
DmKit
::trustedDeviceInfos_ = {};
25
void
DmKit
::InitDeviceManager()
in InitDeviceManager()
29
SHARING_LOGD("
DmKit
is already Inited.");
in InitDeviceManager()
43
OHOS::DistributedHardware::DmDeviceInfo &
DmKit
::GetLocalDevicesInfo()
in GetLocalDevicesInfo()
47
SHARING_LOGE("
DmKit
is not Inited.");
in GetLocalDevicesInfo()
57
std::vector<OHOS::DistributedHardware::DmDeviceInfo> &
DmKit
::GetTrustedDevicesInfo()
in GetTrustedDevicesInfo()
61
SHARING_LOGE("
DmKit
is not Inited.");
in GetTrustedDevicesInfo()
72
std::string
DmKit
[all...]
H
A
D
dm_kit.h
35
class
DmKit
{
class
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H
A
D
domain_manager.cpp
29
DmKit
::InitDeviceManager();
in DomainManager()
30
localDeviceInfo_ =
DmKit
::GetLocalDevicesInfo();
in DomainManager()
31
trustedDeviceInfos_ =
DmKit
::GetTrustedDevicesInfo();
in DomainManager()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H
A
D
domain_unit_test.cpp
692
DmKit
::InitDeviceManager();
in HWTEST_F()
697
DmKit
::InitDeviceManager();
in HWTEST_F()
699
auto ret =
DmKit
::GetIpAddrByNetworkId(networkId);
in HWTEST_F()
705
DmKit
::InitDeviceManager();
in HWTEST_F()
706
auto &ret =
DmKit
::GetTrustedDevicesInfo();
in HWTEST_F()
712
DmKit
::InitDeviceManager();
in HWTEST_F()
713
auto &ret =
DmKit
::GetLocalDevicesInfo();
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H
A
D
domain_rpc_manager.cpp
46
BaseMsg->fromDevId =
DmKit
::GetLocalDevicesInfo().deviceId;
in SendDomainRequest()
Completed in 4 milliseconds