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:AppIDMetaData
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H
A
D
appid_meta_data.cpp
19
bool
AppIDMetaData
::Marshal(json &node) const
in Marshal()
26
bool
AppIDMetaData
::Unmarshal(const json &node)
in Unmarshal()
33
AppIDMetaData
::
AppIDMetaData
()
in AppIDMetaData()
function in OHOS::DistributedData::AppIDMetaData
37
AppIDMetaData
::
AppIDMetaData
(const std::string &appId, const std::string &bundleName)
in AppIDMetaData()
function in OHOS::DistributedData::AppIDMetaData
42
AppIDMetaData
::~
AppIDMetaData
()
in ~AppIDMetaData()
46
std::string
AppIDMetaData
::GetKey() const
in GetKey()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H
A
D
appid_meta_data.h
22
struct API_EXPORT
AppIDMetaData
final : public Serializable {
26
API_EXPORT
AppIDMetaData
();
27
API_EXPORT
AppIDMetaData
(const std::string &appId, const std::string &bundleName);
28
API_EXPORT ~
AppIDMetaData
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H
A
D
permit_delegate.cpp
97
AppIDMetaData
appIDMeta;
in VerifyPermission()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
meta_data_test.cpp
60
* @tc.name:
AppIDMetaData
66
HWTEST_F(ServiceMetaDataTest,
AppIDMetaData
, TestSize.Level1)
in HWTEST_F()
68
AppIDMetaData
appIdMetaData("appid", "ohos.test.demo");
in HWTEST_F()
69
AppIDMetaData
appIdMeta;
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_service_impl.cpp
164
DistributedData::
AppIDMetaData
appIdMeta;
in OnInitialize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
runtime_store.cpp
509
DistributedData::
AppIDMetaData
appIdMeta;
in SaveMetaData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
718
AppIDMetaData
appIdMeta;
in AfterCreate()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_data_service.cpp
135
AppIDMetaData
appIdMeta;
in Initialize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_service_impl.cpp
792
AppIDMetaData
appIdMeta;
Completed in 11 milliseconds