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_UdsPixelMap
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
uds.h
87
typedef struct
OH_UdsPixelMap
OH_UdsPixelMap
;
typedef
578
* @brief Creation a pointer to the instance of the {@link
OH_UdsPixelMap
}.
580
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdsPixelMap
}
582
* @see
OH_UdsPixelMap
585
OH_UdsPixelMap
* OH_UdsPixelMap_Create();
588
* @brief Destroy a pointer that points to the {@link
OH_UdsPixelMap
} instance.
590
* @param pThis Represents a pointer to an instance of {@link
OH_UdsPixelMap
}.
591
* @see
OH_UdsPixelMap
594
void OH_UdsPixelMap_Destroy(
OH_UdsPixelMap
* pThi
[all...]
H
A
D
udmf.h
403
* @brief Add one {@link
OH_UdsPixelMap
} data to the {@link OH_UdmfRecord} record.
406
* @param pixelMap Represents a pointer to an instance of {@link
OH_UdsPixelMap
}.
410
* @see OH_UdmfRecord
OH_UdsPixelMap
Udmf_ErrCode.
413
int OH_UdmfRecord_AddPixelMap(OH_UdmfRecord* pThis,
OH_UdsPixelMap
* pixelMap);
536
* @brief Get one {@link
OH_UdsPixelMap
} data from the {@link OH_UdmfRecord} record.
539
* @param pixelMap Represents a pointer to an instance of {@link
OH_UdsPixelMap
}.
543
* @see OH_UdmfRecord
OH_UdsPixelMap
Udmf_ErrCode.
546
int OH_UdmfRecord_GetPixelMap(OH_UdmfRecord* pThis,
OH_UdsPixelMap
* pixelMap);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
udmf_capi_common.h
81
struct
OH_UdsPixelMap
: public UdsObject {
struct
82
OH_UdsPixelMap
();
H
A
D
uds.cpp
102
OH_UdsPixelMap
::
OH_UdsPixelMap
() : UdsObject(NdkStructId::UDS_PIXEL_MAP_STRUCT_ID) {}
in OH_UdsPixelMap()
function in OH_UdsPixelMap
454
OH_UdsPixelMap
* OH_UdsPixelMap_Create()
in OH_UdsPixelMap_Create()
456
OH_UdsPixelMap
* pixelMap = new (std::nothrow)
OH_UdsPixelMap
();
in OH_UdsPixelMap_Create()
467
void OH_UdsPixelMap_Destroy(
OH_UdsPixelMap
* pThis)
in OH_UdsPixelMap_Destroy()
474
const char* OH_UdsPixelMap_GetType(
OH_UdsPixelMap
* pThis)
in OH_UdsPixelMap_GetType()
479
void OH_UdsPixelMap_GetPixelMap(
OH_UdsPixelMap
* pThis, OH_PixelmapNative* pixelmapNative)
in OH_UdsPixelMap_GetPixelMap()
492
int OH_UdsPixelMap_SetPixelMap(
OH_UdsPixelMap
* pThis, OH_PixelmapNative* pixelmapNative)
in OH_UdsPixelMap_SetPixelMap()
H
A
D
udmf.cpp
594
int OH_UdmfRecord_AddPixelMap(OH_UdmfRecord* record,
OH_UdsPixelMap
* pixelMap)
in OH_UdmfRecord_AddPixelMap()
691
int OH_UdmfRecord_GetPixelMap(OH_UdmfRecord* record,
OH_UdsPixelMap
* pixelMap)
in OH_UdmfRecord_GetPixelMap()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
uds_test.cpp
925
OH_UdsPixelMap
* pixelMapNullptr = nullptr;
in HWTEST_F()
928
pixelMapNullptr = new
OH_UdsPixelMap
;
in HWTEST_F()
953
OH_UdsPixelMap
* pixelMapNullptr = nullptr;
in HWTEST_F()
958
pixelMapNullptr = new
OH_UdsPixelMap
;
in HWTEST_F()
Completed in 9 milliseconds