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:QuickFixer
(Results
1 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H
A
D
quick_fixer.h
26
class
QuickFixer
{
class
28
QuickFixer
(const sptr<IQuickFixStatusCallback> &statusCallback);
29
~
QuickFixer
() = default;
39
DISALLOW_COPY_AND_MOVE(
QuickFixer
);
H
A
D
quick_fix_mgr.h
41
std::shared_ptr<
QuickFixer
> CreateQuickFixer(const sptr<IQuickFixStatusCallback> &statusCallback);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H
A
D
quick_fixer.cpp
25
QuickFixer
::
QuickFixer
(const sptr<IQuickFixStatusCallback> &statusCallback) : statusCallback_(statusCallback)
in QuickFixer()
function in OHOS::AppExecFwk::QuickFixer
27
LOG_NOFUNC_I(BMS_TAG_DEFAULT, "enter
QuickFixer
");
in QuickFixer()
30
void
QuickFixer
::DeployQuickFix(const std::vector<std::string> &bundleFilePaths, bool isDebug,
in DeployQuickFix()
50
void
QuickFixer
::SwitchQuickFix(const std::string &bundleName, bool enable)
in SwitchQuickFix()
70
void
QuickFixer
::DeleteQuickFix(const std::string &bundleName)
in DeleteQuickFix()
H
A
D
quick_fix_mgr.cpp
90
std::shared_ptr<
QuickFixer
> QuickFixMgr::CreateQuickFixer(const sptr<IQuickFixStatusCallback> &statusCallback)
in CreateQuickFixer()
92
return std::make_shared<
QuickFixer
>(statusCallback);
in CreateQuickFixer()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfix_fuzzer/
H
A
D
quickfix_fuzzer.cpp
38
QuickFixer
quickFixMgr_(statusCallback);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H
A
D
bms_bundle_quick_fix_test.cpp
4039
* @tc.name: Test
QuickFixer
4040
* @tc.desc: 1.Test the failed scene of
QuickFixer
4045
QuickFixer
fixer(statusCallback);
in HWTEST_F()
Completed in 9 milliseconds