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:Factory
(Results
1 - 19
of
19
) sorted by relevance
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H
A
D
client_factory.c
22
typedef struct
Factory
Factory
;
typedef
23
struct
Factory
{
struct
31
static
Factory
*GetFactory(const char *service, const char *feature);
43
Factory
*factory = GetFactory(service, feature);
in SAMGR_CreateIClient()
61
Factory
*factory = GetFactory(service, feature);
in SAMGR_ReleaseIClient()
83
Factory
*factory = GetFactory(service, feature);
in SAMGR_RegisterFactory()
89
factory = SAMGR_Malloc(sizeof(
Factory
));
in SAMGR_RegisterFactory()
107
static
Factory
*GetFactory(const char *service, const char *feature)
in GetFactory()
110
Factory
*factor
in GetFactory()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
pasteboard_entry_getter.cpp
24
__attribute__((used)) PasteboardEntryGetter::
Factory
PasteboardEntryGetter::factory_;
25
PasteboardEntryGetter::
Factory
::
Factory
()
in Factory()
function in OHOS::MiscServices::PasteboardEntryGetter::Factory
35
PasteboardEntryGetter::
Factory
::~
Factory
()
in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
pasteboard_entry_getter.h
30
class
Factory
{
class in OHOS::MiscServices::PasteboardEntryGetter
32
Factory
();
33
~
Factory
();
38
static
Factory
factory_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_service_impl.h
62
class
Factory
{
class in OHOS::DistributedObject::ObjectServiceImpl
64
Factory
();
65
~
Factory
();
71
static
Factory
factory_;
H
A
D
object_service_impl.cpp
46
__attribute__((used)) ObjectServiceImpl::
Factory
ObjectServiceImpl::factory_;
47
ObjectServiceImpl::
Factory
::
Factory
()
in Factory()
function in OHOS::DistributedObject::ObjectServiceImpl::Factory
59
ObjectServiceImpl::
Factory
::~
Factory
()
in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H
A
D
udmf_service_impl.h
66
class
Factory
{
class in OHOS::UDMF::final
68
Factory
();
69
~
Factory
();
74
static
Factory
factory_;
H
A
D
udmf_service_impl.cpp
55
__attribute__((used)) UdmfServiceImpl::
Factory
UdmfServiceImpl::factory_;
56
UdmfServiceImpl::
Factory
::
Factory
()
in Factory()
function in OHOS::UDMF::UdmfServiceImpl::Factory
69
UdmfServiceImpl::
Factory
::~
Factory
()
in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H
A
D
clip_plugin.h
49
class
Factory
{
class in OHOS::MiscServices::ClipPlugin
54
static bool RegCreator(const std::string &name,
Factory
*factory);
68
static std::map<std::string,
Factory
*> factories_;
/foundation/distributeddatamgr/pasteboard/framework/test/include/
H
A
D
clip_factory.h
20
class ClipFactory : public ClipPlugin::
Factory
{
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.h
108
class
Factory
{
class in OHOS::DistributedKv::final
110
Factory
();
111
~
Factory
();
153
static
Factory
factory_;
H
A
D
kvdb_service_impl.cpp
62
__attribute__((used)) KVDBServiceImpl::
Factory
KVDBServiceImpl::factory_;
63
KVDBServiceImpl::
Factory
::
Factory
()
in Factory()
function in OHOS::DistributedKv::KVDBServiceImpl::Factory
83
KVDBServiceImpl::
Factory
::~
Factory
()
in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_service_impl.h
102
class
Factory
{
class in OHOS::DataShare::DataShareServiceImpl
104
Factory
();
105
~
Factory
();
133
static
Factory
factory_;
H
A
D
data_share_service_impl.cpp
64
__attribute__((used)) DataShareServiceImpl::
Factory
DataShareServiceImpl::factory_;
88
DataShareServiceImpl::
Factory
::
Factory
()
in Factory()
function in OHOS::DataShare::DataShareServiceImpl::Factory
97
DataShareServiceImpl::
Factory
::~
Factory
() {}
in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_service_impl.h
138
class
Factory
{
class in OHOS::DistributedRdb::RdbServiceImpl
140
Factory
();
141
~
Factory
();
211
static
Factory
factory_;
H
A
D
rdb_service_impl.cpp
68
__attribute__((used)) RdbServiceImpl::
Factory
RdbServiceImpl::factory_;
69
RdbServiceImpl::
Factory
::
Factory
()
in Factory()
function in OHOS::DistributedRdb::RdbServiceImpl::Factory
89
RdbServiceImpl::
Factory
::~
Factory
()
in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H
A
D
clip_plugin.cpp
20
std::map<std::string, ClipPlugin::
Factory
*> ClipPlugin::factories_;
22
bool ClipPlugin::RegCreator(const std::string &name,
Factory
*factory)
in RegCreator()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.h
81
class
Factory
{
class in OHOS::CloudData::CloudServiceImpl
83
Factory
() noexcept;
84
~
Factory
();
90
static
Factory
factory_;
H
A
D
cloud_service_impl.cpp
61
__attribute__((used)) CloudServiceImpl::
Factory
CloudServiceImpl::factory_;
66
CloudServiceImpl::
Factory
::
Factory
() noexcept
81
CloudServiceImpl::
Factory
::~
Factory
() {}
in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
paste_data_test.cpp
737
ClipPlugin::
Factory
*factory = nullptr;
in HWTEST_F()
763
ClipPlugin::
Factory
*factory = new ClipFactory();
in HWTEST_F()
Completed in 16 milliseconds