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:GetDescriptors
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
list_component.cpp
58
if (!IS_UNDEFINED(
GetDescriptors
())) {
in ReleaseNativeViews()
59
DescriptorUtils::ReleaseDescriptorOrElements(
GetDescriptors
());
in ReleaseNativeViews()
123
const JSValue descriptors =
GetDescriptors
();
in ProcessChildren()
158
const JSValue descriptors =
GetDescriptors
();
in UpdateForView()
H
A
D
component_utils.cpp
50
JSValue descriptors = rootComponent->
GetDescriptors
();
in ReleaseComponents()
H
A
D
component.h
159
jerry_value_t
GetDescriptors
() const
in GetDescriptors()
function in OHOS::ACELite::Component
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_gatt_characteristic.h
149
std::vector<GattDescriptor> &
GetDescriptors
();
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_characteristic.cpp
131
std::vector<GattDescriptor> &GattCharacteristic::
GetDescriptors
()
in GetDescriptors()
function in OHOS::Bluetooth::GattCharacteristic
H
A
D
bluetooth_gatt_server.cpp
536
for (auto &desc : character.
GetDescriptors
()) {
in FindDescriptor()
627
for (auto &desc : character.
GetDescriptors
()) {
in AddService()
H
A
D
bluetooth_gatt_client.cpp
551
std::vector<GattDescriptor> &descs = charac.
GetDescriptors
();
in GetDescriptorByHandle()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_cache.h
99
Descriptors
GetDescriptors
(uint16_t cccHandle);
H
A
D
gatt_database.h
206
const std::map<uint16_t, Descriptor> *
GetDescriptors
(uint16_t cccHandle);
H
A
D
gatt_client_profile.cpp
448
uint16_t serviceHandle = pimpl->cacheMap_.find(connectHandle)->second.
GetDescriptors
(startHandle).second;
in DiscoverAllCharacteristicDescriptors()
453
*pimpl->cacheMap_.find(connectHandle)->second.
GetDescriptors
(startHandle).first);
in DiscoverAllCharacteristicDescriptors()
1148
handle = cacheMap_.find(connectHandle)->second.
GetDescriptors
(iter->second.startHandle_).second;
in ErrorResponseParsing()
1153
*cacheMap_.find(connectHandle)->second.
GetDescriptors
(iter->second.startHandle_).first);
in ErrorResponseParsing()
1552
uint16_t serviceHandle = cacheMap_.find(connectHandle)->second.
GetDescriptors
(iter->second.startHandle_).second;
in DiscoverAllCharacteristicDescriptorsParsing()
1557
*cacheMap_.find(connectHandle)->second.
GetDescriptors
(iter->second.startHandle_).first);
in DiscoverAllCharacteristicDescriptorsParsing()
H
A
D
gatt_database.cpp
297
const std::map<uint16_t, GattDatabase::Descriptor> *GattDatabase::
GetDescriptors
(uint16_t cccHandle)
in GetDescriptors()
function in GattDatabase
H
A
D
gatt_cache.cpp
158
Descriptors GattCache::
GetDescriptors
(uint16_t cccHandle)
in GetDescriptors()
function in OHOS::bluetooth::GattCache
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H
A
D
napi_rdb_store.h
45
static Descriptor
GetDescriptors
();
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H
A
D
descriptor_utils.cpp
197
JSValue descriptors = component->
GetDescriptors
();
in ReleaseElement()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H
A
D
napi_rdb_store.h
87
static Descriptor
GetDescriptors
();
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble_utils.cpp
157
ConvertBLEDescriptorVectorToJS(env, descriptors, characteristic.
GetDescriptors
());
in ConvertBLECharacteristicToJS()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt_server.cpp
317
vector<GattDescriptor> &descriptors = item->
GetDescriptors
();
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_rdb_store.cpp
143
Descriptor RdbStoreProxy::
GetDescriptors
()
in GetDescriptors()
function in OHOS::RelationalStoreJsKit::RdbStoreProxy
207
auto jsCtor = JSUtils::DefineClass(env, "ohos.data.relationalStore", "RdbStore",
GetDescriptors
(), Initialize);
in Init()
Completed in 20 milliseconds