/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
D | relational_row_data_impl.cpp | 77 int RelationalRowDataImpl::Get(int index, int64_t &value) const in Get() function in DistributedDB::RelationalRowDataImpl 88 int RelationalRowDataImpl::Get(int index, double &value) const in Get() function in DistributedDB::RelationalRowDataImpl 99 int RelationalRowDataImpl::Get(int index, std::string &value) const in Get() function in DistributedDB::RelationalRowDataImpl 110 int RelationalRowDataImpl::Get(int index, std::vector<uint8_t> &value) const in Get() function in DistributedDB::RelationalRowDataImpl
|
/foundation/ai/neural_network_runtime/test/unittest/common/ |
D | mock_idevice.cpp | 22 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() function in OHOS::HDI::Nnrt::V1_0::INnrtDevice 27 sptr<INnrtDevice> INnrtDevice::Get(const std::string& serviceName, bool isStub) in Get() function in OHOS::HDI::Nnrt::V1_0::INnrtDevice
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
D | inner_event.cpp | 70 InnerEvent::Pointer Get() in Get() function in OHOS::AppExecFwk::InnerEventPool 158 InnerEvent::Pointer InnerEvent::Get() in Get() function in OHOS::AppExecFwk::InnerEvent 164 InnerEvent::Pointer InnerEvent::Get(uint32_t innerEventId, int64_t param) in Get() function in OHOS::AppExecFwk::InnerEvent 174 InnerEvent::Pointer InnerEvent::Get(const Callback &callback, const std::string &name) in Get() function in OHOS::AppExecFwk::InnerEvent
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
D | ability_list.cpp | 38 AbilityRecord *AbilityList::Get(uint16_t token) const in Get() function in OHOS::AbilityList 53 AbilityRecord *AbilityList::Get(const char *bundleName) const in Get() function in OHOS::AbilityList
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
D | kv_store_result_set_impl.cpp | 210 DBStatus KvStoreResultSetImpl::Get(int columnIndex, std::vector<uint8_t> &value) const in Get() function in DistributedDB::KvStoreResultSetImpl 217 DBStatus KvStoreResultSetImpl::Get(int columnIndex, std::string &value) const in Get() function in DistributedDB::KvStoreResultSetImpl 224 DBStatus KvStoreResultSetImpl::Get(int columnIndex, int64_t &value) const in Get() function in DistributedDB::KvStoreResultSetImpl 231 DBStatus KvStoreResultSetImpl::Get(int columnIndex, double &value) const in Get() function in DistributedDB::KvStoreResultSetImpl
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/ |
D | v8_wrapper.h | 29 v8::Local<v8::Object> Get() const in Get() function
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
D | property_animatable_helper.h | 36 const BorderEdge& Get(const Border& border) const in Get() function 92 float Get(const Border& border) const in Get() function 123 const AnimatableDimension& Get(const Edge& edge) const in Get() function
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/quickjs/ |
D | qjs_pa_engine_loader.cpp | 32 JsBackendEngineLoader& JsBackendEngineLoader::Get(const char* sharedLibrary) in Get() function in OHOS::Ace::JsBackendEngineLoader
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
D | jsi_pa_engine_loader.cpp | 32 JsBackendEngineLoader& JsBackendEngineLoader::Get(const char* sharedLibrary) in Get() function in OHOS::Ace::JsBackendEngineLoader
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
D | bindings_implementation.h | 70 FunctionPtr Get() in Get() function 89 FunctionPtr Get() in Get() function
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/ |
D | mock_render_node_factory.cpp | 29 RefPtr<RenderNode> RenderNodeFactory::Get() in Get() function in OHOS::Ace::RenderNodeFactory
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/ |
D | render_node_factory.cpp | 30 RefPtr<RenderNode> RenderNodeFactory::Get() in Get() function in OHOS::Ace::RenderNodeFactory
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
D | pipeline_context_holder.h | 54 const RefPtr<PipelineBase>& Get() in Get() function
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/v8/ |
D | v8_engine_loader.cpp | 44 JsEngineLoader& JsEngineLoader::Get(const char*) in Get() function in OHOS::Ace::Framework::JsEngineLoader
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/ |
D | qjs_engine_loader.cpp | 44 JsEngineLoader& JsEngineLoader::Get(const char*) in Get() function in OHOS::Ace::Framework::JsEngineLoader
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
D | jsi_engine_loader.cpp | 48 JsEngineLoader& JsEngineLoader::Get(const char*) in Get() function in OHOS::Ace::Framework::JsEngineLoader
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
D | inner_event.h | 141 … static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::shared_ptr<T> &object) in Get() function 157 static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::weak_ptr<T> &object) in Get() function 173 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object) in Get() function 189 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object) in Get() function
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
D | datashare_values_bucket.h | 47 DataShareValueObject Get(const std::string &columnName, bool &isValid) const in Get() function
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
D | multi_ver_natural_store_snapshot.cpp | 34 int MultiVerNaturalStoreSnapshot::Get(const Key &key, Value &value) const in Get() function in DistributedDB::MultiVerNaturalStoreSnapshot
|
/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
D | client_info_manager_mock.cpp | 32 ClientInfoManagerMock* ClientInfoManagerMock::Get() in Get() function in OHOS::ClientInfoManagerMock
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
D | hdc_register.cpp | 32 HdcRegister& HdcRegister::Get() in Get() function in OHOS::AbilityRuntime::HdcRegister
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
D | sqlite_local_kvdb_snapshot.cpp | 29 int SQLiteLocalKvDBSnapshot::Get(const Key &key, Value &value) const in Get() function in DistributedDB::SQLiteLocalKvDBSnapshot
|
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
D | iremote_broker.cpp | 19 BrokerRegistration &BrokerRegistration::Get() in Get() function in OHOS::BrokerRegistration
|
/foundation/graphic/graphic_2d/frameworks/vulkan_wrapper/include/ |
D | driver_loader.h | 33 static const DriverLoader& Get() in Get() function
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
D | hdc_register.cpp | 45 HdcRegister& HdcRegister::Get() in Get() function in OHOS::Ace::HdcRegister
|