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:extPtr
(Results
1 - 3
of
3
) sorted by relevance
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
sub_ext_extension.cpp
521
auto
extPtr
= obj.promote();
522
if (
extPtr
== nullptr) {
523
HILOGE("Current extension execute call backup error,
extPtr
is empty");
527
extPtr
->FinishOnProcessTask();
529
auto spendTime =
extPtr
->GetOnStartTimeCost();
530
AppRadar::Info info(
extPtr
->bundleName_, "", string("\"spend_time\":\" ").
542
extPtr
->AppResultReport(errInfo, BackupRestoreScenario::INCREMENTAL_BACKUP, errCode);
544
extPtr
->AppIncrementalDone(errCode);
545
extPtr
->DoClear();
622
auto
extPtr
[all...]
H
A
D
ext_extension.cpp
675
auto
extPtr
= obj.promote();
in ReportErrFileByProc()
676
if (
extPtr
== nullptr) {
in ReportErrFileByProc()
683
extPtr
->ReportAppProcessInfo(jsonInfo, scenario);
in ReportErrFileByProc()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H
A
D
svc_backup_connection.cpp
123
auto
extPtr
= extConn.promote();
in DisconnectBackupExtAbility()
124
if (!
extPtr
) {
in DisconnectBackupExtAbility()
128
return
extPtr
->GetBackupExtProxy() == nullptr;
in DisconnectBackupExtAbility()
Completed in 6 milliseconds