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:Daemon
(Results
1 - 3
of
3
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
daemon.cpp
74
REGISTER_SYSTEM_ABILITY_BY_ID(
Daemon
, FILEMANAGEMENT_DISTRIBUTED_FILE_DAEMON_SA_ID, true);
76
void
Daemon
::PublishSA()
in PublishSA()
89
void
Daemon
::RegisterOsAccount()
in RegisterOsAccount()
101
void
Daemon
::OnStart()
in OnStart()
105
LOGD("
Daemon
has already started");
in OnStart()
124
void
Daemon
::OnStop()
in OnStop()
141
void
Daemon
::OnAddSystemAbility(int32_t systemAbilityId, const std::string &deviceId)
in OnAddSystemAbility()
152
void
Daemon
::OnRemoveSystemAbility(int32_t systemAbilityId, const std::string &deviceId)
in OnRemoveSystemAbility()
157
LOGE("
Daemon
::OnRemoveSystemAbility subscriberPtr is nullptr");
in OnRemoveSystemAbility()
162
LOGI("
Daemon
in OnRemoveSystemAbility()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H
A
D
daemon.h
45
class
Daemon
final : public SystemAbility, public DaemonStub, protected NoCopyable {
46
DECLARE_SYSTEM_ABILITY(
Daemon
);
49
explicit
Daemon
(int32_t saID, bool runOnCreate = true) : SystemAbility(saID, runOnCreate) {};
in Daemon()
function in OHOS::Storage::DistributedFile::final
50
virtual ~
Daemon
() = default;
89
Daemon
();
91
static sptr<
Daemon
> instance_;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H
A
D
daemon_test.cpp
38
std::shared_ptr<
Daemon
> daemon_;
67
daemon_ = std::make_shared<
Daemon
>(saID, runOnCreate);
in SetUp()
Completed in 3 milliseconds