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:DataObsMgrService
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H
A
D
dataobs_mgr_service.cpp
35
SystemAbility::MakeAndRegisterAbility(DelayedSingleton<
DataObsMgrService
>::GetInstance().get());
37
DataObsMgrService
::
DataObsMgrService
()
in DataObsMgrService()
function in OHOS::AAFwk::DataObsMgrService
46
DataObsMgrService
::~
DataObsMgrService
()
in ~DataObsMgrService()
49
void
DataObsMgrService
::OnStart()
in OnStart()
62
if (!Publish(DelayedSingleton<
DataObsMgrService
>::GetInstance().get())) {
in OnStart()
70
bool
DataObsMgrService
::Init()
in Init()
76
void
DataObsMgrService
::OnStop()
in OnStop()
83
DataObsServiceRunningState
DataObsMgrService
[all...]
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_test/
H
A
D
dataobs_mgr_service_test.cpp
47
* Feature:
DataObsMgrService
50
* FunctionPoints:
DataObsMgrService
QueryServiceState
52
* CaseDescription: Verify that the
DataObsMgrService
could query service state.
58
auto dataObsMgrServer = DelayedSingleton<
DataObsMgrService
>::GetInstance();
in HWTEST_F()
66
* Feature:
DataObsMgrService
69
* FunctionPoints:
DataObsMgrService
RegisterObserver
71
* CaseDescription: Verify that the
DataObsMgrService
RegisterObserver is normal.
80
auto dataObsMgrServer = DelayedSingleton<
DataObsMgrService
>::GetInstance();
in HWTEST_F()
89
* Feature:
DataObsMgrService
92
* FunctionPoints:
DataObsMgrService
RegisterObserve
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H
A
D
dataobs_mgr_service.h
39
* @class
DataObsMgrService
40
*
DataObsMgrService
provides a facility for dataobserver.
42
class
DataObsMgrService
: public SystemAbility,
class
44
public std::enable_shared_from_this<
DataObsMgrService
> {
45
DECLARE_DELAYED_SINGLETON(
DataObsMgrService
)
46
DECLEAR_SYSTEM_ABILITY(
DataObsMgrService
)
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_dump_test/
H
A
D
dataobs_mgr_service_dump_test.cpp
54
auto dataobsMgrService = std::make_shared<
DataObsMgrService
>();
in HWTEST_F()
76
auto dataobsMgrService = std::make_shared<
DataObsMgrService
>();
in HWTEST_F()
96
auto dataobsMgrService = std::make_shared<
DataObsMgrService
>();
in HWTEST_F()
Completed in 2 milliseconds