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:CloudSyncService
(Results
1 - 4
of
4
) sorted by relevance
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H
A
D
cloud_sync_service.cpp
54
REGISTER_SYSTEM_ABILITY_BY_ID(
CloudSyncService
, FILEMANAGEMENT_CLOUD_SYNC_SERVICE_SA_ID, false);
72
CloudSyncService
::
CloudSyncService
(int32_t saID, bool runOnCreate) : SystemAbility(saID, runOnCreate)
in CloudSyncService()
function in OHOS::FileManagement::CloudSync::CloudSyncService
77
void
CloudSyncService
::PublishSA()
in PublishSA()
86
void
CloudSyncService
::PreInit()
in PreInit()
103
void
CloudSyncService
::Init()
in Init()
112
int32_t
CloudSyncService
::GetBundleNameUserInfo(BundleNameUserInfo &bundleNameUserInfo)
in GetBundleNameUserInfo()
132
void
CloudSyncService
::GetBundleNameUserInfo(const std::vector<std::string> &uriVec,
in GetBundleNameUserInfo()
149
std::string
CloudSyncService
::GetHmdfsPath(const std::string &uri, int32_t userId)
in GetHmdfsPath()
186
void
CloudSyncService
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H
A
D
cloud_sync_service.h
36
class
CloudSyncService
final : public SystemAbility, public CloudSyncServiceStub, protected NoCopyable {
37
DECLARE_SYSTEM_ABILITY(
CloudSyncService
);
40
explicit
CloudSyncService
(int32_t saID, bool runOnCreate = true);
41
virtual ~
CloudSyncService
() = default;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H
A
D
cloud_sync_service_test.cpp
31
std::shared_ptr<
CloudSyncService
> g_servicePtr_;
45
g_servicePtr_ = std::make_shared<
CloudSyncService
>(saId);
in SetUpTestCase()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H
A
D
cloudsyncservicestub_fuzzer.cpp
685
std::make_shared<OHOS::FileManagement::CloudSync::
CloudSyncService
>(OHOS::SERVICE_SA_ID);
in LLVMFuzzerTestOneInput()
Completed in 4 milliseconds