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:DaemonExecute
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
daemon_execute.cpp
43
DaemonExecute
::
DaemonExecute
()
in DaemonExecute()
function in OHOS::Storage::DistributedFile::DaemonExecute
45
LOGI("
DaemonExecute
begin.");
in DaemonExecute()
46
executeFuncMap_[DEAMON_EXECUTE_PUSH_ASSET] = &
DaemonExecute
::ExecutePushAsset;
in DaemonExecute()
47
executeFuncMap_[DEAMON_EXECUTE_REQUEST_SEND_FILE] = &
DaemonExecute
::ExecuteRequestSendFile;
in DaemonExecute()
50
void
DaemonExecute
::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event)
in ProcessEvent()
67
void
DaemonExecute
::ExecutePushAsset(const AppExecFwk::InnerEvent::Pointer &event)
in ExecutePushAsset()
121
void
DaemonExecute
::ExecuteRequestSendFile(const AppExecFwk::InnerEvent::Pointer &event)
in ExecuteRequestSendFile()
151
int32_t
DaemonExecute
::RequestSendFileInner(const std::string &srcUri,
in RequestSendFileInner()
183
std::string
DaemonExecute
[all...]
H
A
D
daemon_eventhandler.cpp
26
const std::shared_ptr<
DaemonExecute
> &daemonExecute)
in DaemonEventHandler()
44
std::shared_ptr<
DaemonExecute
> daemonExecute = daemonExecute_.lock();
in ProcessEvent()
46
LOGE("get
DaemonExecute
fail.");
in ProcessEvent()
H
A
D
daemon.cpp
761
daemonExecute_ = std::make_shared<
DaemonExecute
>();
in StartEventHandler()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H
A
D
daemon_eventhandler.h
26
class
DaemonExecute
;
30
const std::shared_ptr<
DaemonExecute
>& daemonExecute);
35
std::weak_ptr<
DaemonExecute
> daemonExecute_;
H
A
D
daemon_execute.h
31
class
DaemonExecute
{
class
33
explicit
DaemonExecute
();
37
using ExecuteFunc = void (
DaemonExecute
::*)(const AppExecFwk::InnerEvent::Pointer &event);
H
A
D
daemon.h
127
std::shared_ptr<
DaemonExecute
> daemonExecute_;
Completed in 3 milliseconds