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:AddDlpManager
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H
A
D
connection_state_manager_test.cpp
417
* Function:
AddDlpManager
419
* FunctionPoints: ConnectionStateManager
AddDlpManager
421
* CaseDescription: Verify
AddDlpManager
427
manager_->
AddDlpManager
(dlpManger);
in HWTEST_F()
432
* Function:
AddDlpManager
434
* FunctionPoints: ConnectionStateManager
AddDlpManager
436
* CaseDescription: Verify
AddDlpManager
441
manager_->
AddDlpManager
(abilityRecord_);
in HWTEST_F()
446
* Function:
AddDlpManager
448
* FunctionPoints: ConnectionStateManager
AddDlpManager
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
connection_state_manager.h
124
void
AddDlpManager
(const std::shared_ptr<AbilityRecord> &dlpManger);
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H
A
D
connectionstatemanager_fuzzer.cpp
207
connectionStateManager->
AddDlpManager
(dlpManger);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_state_manager.cpp
230
void ConnectionStateManager::
AddDlpManager
(const std::shared_ptr<AbilityRecord> &dlpManger)
in AddDlpManager()
function in OHOS::AAFwk::ConnectionStateManager
H
A
D
ability_record.cpp
3408
DelayedSingleton<ConnectionStateManager>::GetInstance()->
AddDlpManager
(shared_from_this());
in HandleDlpAttached()
Completed in 9 milliseconds