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_UdsFileUri
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
uds.h
80
typedef struct
OH_UdsFileUri
OH_UdsFileUri
;
typedef
503
* @brief Creation a pointer to the instance of the {@link
OH_UdsFileUri
}.
505
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdsFileUri
}
507
* @see
OH_UdsFileUri
510
OH_UdsFileUri
* OH_UdsFileUri_Create();
513
* @brief Destroy a pointer that points to the {@link
OH_UdsFileUri
} instance.
515
* @param pThis Represents a pointer to an instance of {@link
OH_UdsFileUri
}.
516
* @see
OH_UdsFileUri
519
void OH_UdsFileUri_Destroy(
OH_UdsFileUri
* pThi
[all...]
H
A
D
udmf.h
390
* @brief Add one {@link
OH_UdsFileUri
} data to the {@link OH_UdmfRecord} record.
393
* @param fileUri Represents a pointer to an instance of {@link
OH_UdsFileUri
}.
397
* @see OH_UdmfRecord
OH_UdsFileUri
Udmf_ErrCode.
400
int OH_UdmfRecord_AddFileUri(OH_UdmfRecord* pThis,
OH_UdsFileUri
* fileUri);
523
* @brief Get one {@link
OH_UdsFileUri
} data from the {@link OH_UdmfRecord} record.
526
* @param fileUri Represents a pointer to an instance of {@link
OH_UdsFileUri
}.
530
* @see OH_UdmfRecord
OH_UdsFileUri
Udmf_ErrCode.
533
int OH_UdmfRecord_GetFileUri(OH_UdmfRecord* pThis,
OH_UdsFileUri
* fileUri);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
uds.cpp
100
OH_UdsFileUri
::
OH_UdsFileUri
() : UdsObject(NdkStructId::UDS_FILE_URI_STRUCT_ID) {}
in OH_UdsFileUri()
function in OH_UdsFileUri
402
OH_UdsFileUri
* OH_UdsFileUri_Create()
in OH_UdsFileUri_Create()
404
OH_UdsFileUri
* fileUri = new (std::nothrow)
OH_UdsFileUri
();
in OH_UdsFileUri_Create()
416
void OH_UdsFileUri_Destroy(
OH_UdsFileUri
* pThis)
in OH_UdsFileUri_Destroy()
423
const char* OH_UdsFileUri_GetType(
OH_UdsFileUri
* pThis)
in OH_UdsFileUri_GetType()
428
const char* OH_UdsFileUri_GetFileUri(
OH_UdsFileUri
* pThis)
in OH_UdsFileUri_GetFileUri()
433
const char* OH_UdsFileUri_GetFileType(
OH_UdsFileUri
* pThis)
in OH_UdsFileUri_GetFileType()
438
int OH_UdsFileUri_SetFileUri(
OH_UdsFileUri
* pThi
[all...]
H
A
D
udmf_capi_common.h
78
struct
OH_UdsFileUri
: public UdsObject {
struct
79
OH_UdsFileUri
();
H
A
D
udmf.cpp
562
int OH_UdmfRecord_AddFileUri(OH_UdmfRecord* record,
OH_UdsFileUri
* fileUri)
in OH_UdmfRecord_AddFileUri()
671
int OH_UdmfRecord_GetFileUri(OH_UdmfRecord* record,
OH_UdsFileUri
* fileUri)
in OH_UdmfRecord_GetFileUri()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
udmf_test.cpp
1940
OH_UdsFileUri
* fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2008
OH_UdsFileUri
* fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2062
OH_UdsFileUri
* fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2115
OH_UdsFileUri
* fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2168
OH_UdsFileUri
* fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2221
OH_UdsFileUri
* fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2242
OH_UdsFileUri
*fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2259
OH_UdsFileUri
*getFileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2283
OH_UdsFileUri
*fileUri = OH_UdsFileUri_Create();
in HWTEST_F()
2299
OH_UdsFileUri
*getFileUr
in HWTEST_F()
[all...]
H
A
D
uds_test.cpp
805
OH_UdsFileUri
* fileUriNullptr = nullptr;
in HWTEST_F()
808
fileUriNullptr = new
OH_UdsFileUri
;
in HWTEST_F()
825
OH_UdsFileUri
* fileUriNullptr = nullptr;
in HWTEST_F()
828
fileUriNullptr = new
OH_UdsFileUri
;
in HWTEST_F()
845
OH_UdsFileUri
* fileUriNullptr = nullptr;
in HWTEST_F()
848
fileUriNullptr = new
OH_UdsFileUri
;
in HWTEST_F()
Completed in 13 milliseconds