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:AbilityDebugDeal
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_debug_deal.h
24
class
AbilityDebugDeal
: public std::enable_shared_from_this<
AbilityDebugDeal
> {
class
26
AbilityDebugDeal
() = default;
27
~
AbilityDebugDeal
() = default;
59
explicit AbilityDebugResponse(const std::weak_ptr<
AbilityDebugDeal
> &deal) : abilityDebugDeal_(deal) {}
in AbilityDebugResponse()
67
std::weak_ptr<
AbilityDebugDeal
> abilityDebugDeal_;
H
A
D
ability_manager_service.h
2266
std::shared_ptr<
AbilityDebugDeal
> ConnectInitAbilityDebugDeal();
2437
std::shared_ptr<
AbilityDebugDeal
> abilityDebugDeal_;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_debug_deal.cpp
25
void
AbilityDebugDeal
::RegisterAbilityDebugResponse()
in RegisterAbilityDebugResponse()
37
void
AbilityDebugDeal
::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens)
in OnAbilitysDebugStarted()
50
void
AbilityDebugDeal
::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens)
in OnAbilitysDebugStoped()
63
void
AbilityDebugDeal
::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug)
in OnAbilitysAssertDebugChange()
H
A
D
ability_manager_service.cpp
10482
std::shared_ptr<
AbilityDebugDeal
> AbilityManagerService::ConnectInitAbilityDebugDeal()
in ConnectInitAbilityDebugDeal()
10494
abilityDebugDeal_ = std::make_shared<
AbilityDebugDeal
>();
in ConnectInitAbilityDebugDeal()
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H
A
D
abilitydebugdeal_fuzzer.cpp
80
std::weak_ptr<
AbilityDebugDeal
> deal;
in DoSomethingInterestingWithMyAPI()
81
auto abilityDebugDeal = std::make_shared<
AbilityDebugDeal
>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/ability_debug_deal_test/
H
A
D
ability_debug_deal_test.cpp
37
std::shared_ptr<
AbilityDebugDeal
> deal_;
49
deal_ = std::make_shared<
AbilityDebugDeal
>();
in SetUp()
Completed in 24 milliseconds