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:Base
(Results
1 - 25
of
34
) sorted by relevance
1
2
/drivers/interface/display/composer/cache_manager/
H
A
D
cache_manager.h
156
class CacheManager<IdType,
Base
::NativeBuffer> : public NoCopyable {
198
bool InsertCache(IdType id,
Base
::NativeBuffer* cache)
in InsertCache()
204
cacheItem->second = OHOS::sptr<
Base
::NativeBuffer>(cache);
in InsertCache()
210
caches_[id] = OHOS::sptr<
Base
::NativeBuffer>(cache);
in InsertCache()
235
Base
::NativeBuffer* SearchCache(IdType id)
in SearchCache()
246
void TravelCaches(std::function<void (IdType id, const
Base
::NativeBuffer& cache)> func)
in TravelCaches()
254
void SetCleanUpFunc(void (*func)(OHOS::sptr<
Base
::NativeBuffer>&))
in SetCleanUpFunc()
259
void SetInitFunc(void (*func)(OHOS::sptr<
Base
::NativeBuffer>&))
in SetInitFunc()
266
std::unordered_map<IdType, OHOS::sptr<
Base
::NativeBuffer>> caches_;
267
void (*cleanUpFunc_)(OHOS::sptr<
Base
[all...]
H
A
D
layer_cache.h
32
using namespace OHOS::HDI::
Base
;
H
A
D
device_cache.h
31
using namespace OHOS::HDI::
Base
;
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H
A
D
smq_test.cpp
39
using OHOS::HDI::
Base
::SharedMemQueue;
40
using OHOS::HDI::
Base
::SharedMemQueueMeta;
41
using OHOS::HDI::
Base
::SmqType;
345
std::unique_ptr<OHOS::HDI::
Base
::SharedMemQueueSyncer> syncer_ =
in HWTEST_F()
346
std::make_unique<OHOS::HDI::
Base
::SharedMemQueueSyncer>(syncerPtr_);
in HWTEST_F()
347
syncer_->Wake(OHOS::HDI::
Base
::SharedMemQueueSyncer::SYNC_WORD_WRITE);
in HWTEST_F()
348
syncer_->Wait(OHOS::HDI::
Base
::SharedMemQueueSyncer::SYNC_WORD_WRITE, 0);
in HWTEST_F()
349
syncer_->Wake(OHOS::HDI::
Base
::SharedMemQueueSyncer::SYNC_WORD_WRITE);
in HWTEST_F()
350
syncer_->Wait(OHOS::HDI::
Base
::SharedMemQueueSyncer::SYNC_WORD_WRITE, 5);
in HWTEST_F()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H
A
D
hdi_smq_syncer.h
46
namespace
Base
{
namespace
101
} // namespace
Base
H
A
D
native_buffer.h
48
namespace
Base
{
namespace
150
} // namespace
Base
H
A
D
hdi_smq_meta.h
54
namespace
Base
{
namespace
452
} // namespace
Base
H
A
D
hdi_smq.h
67
namespace
Base
{
namespace
637
} // namespace
Base
/drivers/peripheral/codec/hal/idl_service/include/
H
A
D
codec_handle_buffer.h
39
sptr<HDI::
Base
::NativeBuffer> buffer_;
H
A
D
codec_dyna_buffer.h
39
sptr<HDI::
Base
::NativeBuffer> buffer_;
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H
A
D
sample_hdi_service.cpp
27
using OHOS::HDI::
Base
::SharedMemQueue;
28
using OHOS::HDI::
Base
::SharedMemQueueMeta;
29
using OHOS::HDI::
Base
::SmqType;
H
A
D
sample_hdi.h
61
int32_t (*tansSmq)(struct HdfDeviceObject *device, OHOS::HDI::
Base
::SharedMemQueueMeta<SampleSmqElement> *smqMeta,
H
A
D
sample_hdi_service_stub.cpp
25
using OHOS::HDI::
Base
::SharedMemQueueMeta;
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H
A
D
encode_buffer_helper.h
36
OHOS::sptr<OHOS::HDI::
Base
::NativeBuffer> CreateImgBuffer(uint8_t* data, size_t &size);
/drivers/interface/display/composer/v1_1/display_command/
H
A
D
display_cmd_requester.h
29
using namespace OHOS::HDI::
Base
;
H
A
D
display_cmd_responser.h
29
using namespace OHOS::HDI::
Base
;
/drivers/interface/camera/sequenceable/buffer_handle/
H
A
D
buffer_handle_sequenceable.cpp
27
using namespace OHOS::HDI::
Base
;
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
hdi_smq_syncer.cpp
31
namespace
Base
{
namespace
117
} // namespace
Base
H
A
D
native_buffer.cpp
25
namespace
Base
{
namespace
273
} // namespace
Base
/drivers/peripheral/codec/test/demo/heif/include/
H
A
D
buffer_helper.h
35
OHOS::sptr<OHOS::HDI::
Base
::NativeBuffer> CreateImgBuffer(const std::string& imageFile);
/drivers/peripheral/display/buffer/hdi_service/src/
H
A
D
metadata_service.cpp
36
using namespace OHOS::HDI::
Base
;
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H
A
D
base.py
23
class
Base
:
class
/drivers/peripheral/codec/test/unittest/idl_omx/
H
A
D
codec_hdi_omx_dec_test.cpp
30
using OHOS::HDI::
Base
::NativeBuffer;
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H
A
D
service_manager_hdi_test.cpp
39
using OHOS::HDI::
Base
::SharedMemQueue;
40
using OHOS::HDI::
Base
::SharedMemQueueMeta;
41
using OHOS::HDI::
Base
::SmqType;
/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H
A
D
native_buffer_test.cpp
29
using OHOS::HDI::
Base
::NativeBuffer;
Completed in 11 milliseconds
1
2