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:DeleteNotifier
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H
A
D
notifier_info.h
40
void
DeleteNotifier
(const std::string& cbType);
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H
A
D
notifier_info.cpp
34
void NotifierInfo::
DeleteNotifier
(const std::string& cbType)
in DeleteNotifier()
function in OHOS::DistributedSchedule::NotifierInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
object_manager_test.cpp
98
* @tc.desc:
DeleteNotifier
test.
106
auto result = syncManager->
DeleteNotifier
(sequenceId_, userId_);
in HWTEST_F()
849
* @tc.desc: AddNotifie and
DeleteNotifier
test.
860
auto result = syncManager->
DeleteNotifier
(sequenceId_, userId_);
in HWTEST_F()
866
* @tc.desc: AddNotifie and
DeleteNotifier
test.
878
auto result = syncManager->
DeleteNotifier
(sequenceId_, userId_);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_manager.h
52
Result
DeleteNotifier
(uint64_t sequenceId, std::string &userId);
H
A
D
object_manager.cpp
903
SequenceSyncManager::GetInstance()->
DeleteNotifier
(sequenceId, tmp);
in SyncOnStore()
1122
SequenceSyncManager::Result SequenceSyncManager::
DeleteNotifier
(uint64_t sequenceId, std::string &userId)
in DeleteNotifier()
function in OHOS::DistributedObject::SequenceSyncManager
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H
A
D
distributed_ability_manager_service.cpp
265
iter->second->
DeleteNotifier
(cbType);
in UnregisterDeviceSelectionCallback()
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H
A
D
continuation_manager_test.cpp
1874
* @tc.steps: step1. test
DeleteNotifier
when cbType is not in notifierMap_
in HWTEST_F()
1877
notifierInfo.
DeleteNotifier
(INVALID_CALLBACK_TYPE);
in HWTEST_F()
Completed in 10 milliseconds