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:DmPublishManager
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/publish/
H
A
D
dm_publish_manager.cpp
26
DmPublishManager
::
DmPublishManager
(std::shared_ptr<SoftbusConnector> softbusConnector,
in DmPublishManager()
function in OHOS::DistributedHardware::DmPublishManager
30
LOGI("
DmPublishManager
constructor");
in DmPublishManager()
33
DmPublishManager
::~
DmPublishManager
()
in ~DmPublishManager()
35
LOGI("
DmPublishManager
destructor");
in ~DmPublishManager()
38
void
DmPublishManager
::CfgPublishTimer()
in CfgPublishTimer()
45
DmPublishManager
::HandlePublishTimeout(name);
in CfgPublishTimer()
49
int32_t
DmPublishManager
::CheckPublishQueue(const std::string &pkgName)
in CheckPublishQueue()
56
LOGE("
DmPublishManager
in CheckPublishQueue()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/publish/
H
A
D
dm_publish_manager.h
34
class
DmPublishManager
final : public ISoftbusPublishCallback,
35
public std::enable_shared_from_this<
DmPublishManager
> {
37
DmPublishManager
(std::shared_ptr<SoftbusConnector> softbusConnector,
39
~
DmPublishManager
();
42
* @tc.name:
DmPublishManager
::PublishDeviceDiscovery
49
* @tc.name:
DmPublishManager
::UnPublishDeviceDiscovery
56
* @tc.name:
DmPublishManager
::OnPublishResult
63
* @tc.name:
DmPublishManager
::HandlePublishDiscoveryTimeout
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_publish_manager.cpp
48
std::shared_ptr<
DmPublishManager
> publishMgr_ = std::make_shared<
DmPublishManager
>(softbusConnector_, listener_);
52
* @tc.desc: Test whether the
DmPublishManager
function can generate a new pointer
58
std::shared_ptr<
DmPublishManager
> Test = std::make_shared<
DmPublishManager
>(softbusConnector_, listener_);
in HWTEST_F()
64
* @tc.desc: Test whether the
DmPublishManager
function can delete a new pointer
70
std::shared_ptr<
DmPublishManager
> Test = std::make_shared<
DmPublishManager
>(softbusConnector_, listener_);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/
H
A
D
device_manager_service_impl.h
156
std::shared_ptr<
DmPublishManager
> publishMgr_;
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl.cpp
64
publishMgr_ = std::make_shared<
DmPublishManager
>(softbusConnector_, listener);
in Initialize()
Completed in 3 milliseconds