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:OH_UdmfProperty
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
udmf.h
119
typedef struct
OH_UdmfProperty
OH_UdmfProperty
;
typedef
592
* @brief Creation a pointer to the instance of the {@link
OH_UdmfProperty
}
596
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdmfProperty
}
598
* @see OH_UdmfData
OH_UdmfProperty
.
601
OH_UdmfProperty
* OH_UdmfProperty_Create(OH_UdmfData* unifiedData);
604
* @brief Destroy a pointer that points to the {@link
OH_UdmfProperty
} instance.
606
* @param pThis Represents a pointer to an instance of {@link
OH_UdmfProperty
}.
607
* @see
OH_UdmfProperty
.
610
void OH_UdmfProperty_Destroy(
OH_UdmfProperty
* pThi
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
udmf.cpp
144
static bool IsUnifiedPropertiesValid(
OH_UdmfProperty
* properties)
in IsUnifiedPropertiesValid()
719
OH_UdmfProperty
* OH_UdmfProperty_Create(OH_UdmfData* data)
in OH_UdmfProperty_Create()
724
OH_UdmfProperty
* properties = new (std::nothrow)
OH_UdmfProperty
;
in OH_UdmfProperty_Create()
732
void OH_UdmfProperty_Destroy(
OH_UdmfProperty
* properties)
in OH_UdmfProperty_Destroy()
739
const char* OH_UdmfProperty_GetTag(
OH_UdmfProperty
* properties)
in OH_UdmfProperty_GetTag()
747
int64_t OH_UdmfProperty_GetTimestamp(
OH_UdmfProperty
* properties)
in OH_UdmfProperty_GetTimestamp()
755
Udmf_ShareOption OH_UdmfProperty_GetShareOption(
OH_UdmfProperty
* properties)
in OH_UdmfProperty_GetShareOption()
770
int OH_UdmfProperty_GetExtrasIntParam(
OH_UdmfProperty
* properties, const char* key, const int defaultValue)
in OH_UdmfProperty_GetExtrasIntParam()
776
const char* OH_UdmfProperty_GetExtrasStringParam(
OH_UdmfProperty
* propertie
[all...]
H
A
D
udmf_capi_common.h
112
struct
OH_UdmfProperty
{
struct
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
udmf_test.cpp
1064
OH_UdmfProperty
*properties = OH_UdmfProperty_Create(data);
in HWTEST_F()
1080
OH_UdmfProperty
*properties = OH_UdmfProperty_Create(data);
in HWTEST_F()
1097
OH_UdmfProperty
*properties = OH_UdmfProperty_Create(data);
in HWTEST_F()
1113
OH_UdmfProperty
*properties = OH_UdmfProperty_Create(data);
in HWTEST_F()
1128
OH_UdmfProperty
*property = nullptr;
in HWTEST_F()
1140
OH_UdmfProperty
*properties = OH_UdmfProperty_Create(data);
in HWTEST_F()
1156
OH_UdmfProperty
*properties = OH_UdmfProperty_Create(data);
in HWTEST_F()
Completed in 7 milliseconds