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_Utd
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
utd.h
53
typedef struct
OH_Utd
OH_Utd
;
typedef
56
* @brief Prouct a pointer to the instance of the {@link
OH_Utd
}.
59
* @return If the operation is successful, a pointer to the instance of the {@link
OH_Utd
}
62
* @see
OH_Utd
.
65
OH_Utd
* OH_Utd_Create(const char* typeId);
68
* @brief Destroy a pointer that points to the {@link
OH_Utd
} instance.
70
* @param pThis Represents a pointer to an instance of {@link
OH_Utd
}.
71
* @see
OH_Utd
.
74
void OH_Utd_Destroy(
OH_Utd
* pThi
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
utd.cpp
84
static bool IsUtdInvalid(
OH_Utd
* pThis)
in IsUtdInvalid()
116
OH_Utd
* OH_Utd_Create(const char* typeId)
in OH_Utd_Create()
121
auto pThis = new (std::nothrow)
OH_Utd
();
in OH_Utd_Create()
144
void OH_Utd_Destroy(
OH_Utd
* pThis)
in OH_Utd_Destroy()
154
LOG_INFO(UDMF_CAPI, "
OH_Utd
ptr already be delete");
in OH_Utd_Destroy()
157
const char* OH_Utd_GetTypeId(
OH_Utd
* pThis)
in OH_Utd_GetTypeId()
162
const char* OH_Utd_GetDescription(
OH_Utd
* pThis)
in OH_Utd_GetDescription()
167
const char* OH_Utd_GetReferenceUrl(
OH_Utd
* pThis)
in OH_Utd_GetReferenceUrl()
172
const char* OH_Utd_GetIconFile(
OH_Utd
* pThis)
in OH_Utd_GetIconFile()
177
const char** OH_Utd_GetBelongingToTypes(
OH_Utd
* pThi
[all...]
H
A
D
udmf_capi_common.h
51
struct
OH_Utd
{
struct
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
utd_test.cpp
41
OH_Utd
* utd = nullptr;
83
OH_Utd
* utdNullptr = OH_Utd_Create(typeId);
in HWTEST_F()
99
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
116
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
133
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
150
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
170
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
194
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
218
OH_Utd
* utdNullptr = nullptr;
in HWTEST_F()
578
OH_Utd
* utd
in HWTEST_F()
[all...]
Completed in 3 milliseconds