Home
last modified time | relevance | path

Searched defs:key (Results 2276 - 2300 of 9167) sorted by relevance

1...<<919293949596979899100>>...367

/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp63 Local<StringRef> key; in InitSendablePropertiesInfo() local
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_object_napi.cpp91 void AddReturnedStatus(napi_env env, const char* key, napi_value object, in AddReturnedStatus() argument
106 void AddLastStatus(napi_env env, const char* key, napi_value returnValue) in AddLastStatus() argument
/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.cpp81 uint8_t key = static_cast<uint8_t>((unicode >> static_cast<uint8_t>(i)) & RADIX_TREE_MASK); in GetNodeFromFile() local
/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.h106 char key[StorageBufferSize::KEY_BUFFER_SIZE] = { 0 }; member
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label_button.h210 void SetLabelStyle(uint8_t key, int64_t value) in SetLabelStyle() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp282 auto key = std::to_string(appIndex) + Constants::FILE_UNDERLINE + bundleName; in SandboxAppRollBack() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/mock/
H A Dmock_rdb_data_manager.h46 bool RdbDataManager::InsertData(const std::string &key, const std::string &value) in InsertData() argument
61 bool RdbDataManager::UpdateData(const std::string &key, const std::string &value) in UpdateData() argument
72 bool RdbDataManager::DeleteData(const std::string &key) in DeleteData() argument
82 bool RdbDataManager::QueryData(const std::string &key, std::string &value) in QueryData() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h231 auto key = uri.substr(paramStartPos + 1, paramValuePos - paramStartPos - 1); in GetUriParameters() local
235 auto key = uri.substr(paramStartPos + 1, paramEndPos - paramStartPos - 1); in GetUriParameters() local
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp123 void Style::SetStyle(uint8_t key, int64_t value) in SetStyle() argument
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_volume_group_manager.h54 std::string key; member
H A Dnapi_audio_manager.h53 std::string key; member
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_manager_common.cpp30 void GraphicsManagerCommon::Register(int32_t key, RenderBackend backend) in Register() argument
97 std::unique_ptr<IEngine> GraphicsManagerCommon::GetEngine(EngineFactory::EngineType type, int32_t key, in GetEngine() argument
134 std::unique_ptr<IEngine> GraphicsManagerCommon::GetEngine(EngineFactory::EngineType type, int32_t key) in GetEngine() argument
187 void GraphicsManagerCommon::UnRegister(int32_t key) in UnRegister() argument
214 GetRenderBackendType(int32_t key) GetRenderBackendType() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dpath_util.cpp204 auto key = uri.substr(paramStartPos + 1, paramValuePos - paramStartPos - 1); in GetUriParameters() local
208 auto key = uri.substr(paramStartPos + 1, paramEndPos - paramStartPos - 1); in GetUriParameters() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp189 BASE_NS::string key; in GetOESProgram() local
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp87 auto key = RewriteReservedName(p.key); in ImportObject() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp52 AnimationId key = animation->GetAnimationId(); in AddAnimation() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h317 T key; in Unmarshalling() local
/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/
H A Dhello_native_window.cpp133 OHHDRMetadataKey key = OHHDRMetadataKey::OH_METAKEY_HDR10_PLUS; in main() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_hm_symbol_config_ohos.cpp47 auto key = static_cast<DrawingSymbolRenderingStrategy>(iter->first); in GetSymbolLayersGroups() local
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp189 void FrameCollector::SwitchFunction(const char *key, const char *value, void *context) in SwitchFunction() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_metadata_test.cpp761 std::string key = g_modifyData[i][0]; in HWTEST_F() local
793 std::string key = g_dirtData[i][0]; in HWTEST_F() local
1101 std::string key = g_batchData006[i][0]; in HWTEST_F() local
1242 std::string key in HWTEST_F() local
1552 std::string key = g_batchData008[i][0]; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Draw_decoder.cpp75 bool RawDecoder::HasProperty(std::string key) in HasProperty() argument
/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.cpp21 bool AVFormatInnerMock::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() argument
26 bool AVFormatInnerMock::GetIntValue(const std::string_view &key, int32_t &value) in GetIntValue() argument
31 bool AVFormatInnerMock::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() argument
36 bool AVFormatInnerMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() argument
55 bool AVFormatInnerMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue() argument
60 GetLongValue(const std::string_view &key, int64_t &value) GetLongValue() argument
65 PutFloatValue(const std::string_view &key, float value) PutFloatValue() argument
70 GetFloatValue(const std::string_view &key, float &value) GetFloatValue() argument
75 PutDoubleValue(const std::string_view &key, double value) PutDoubleValue() argument
80 GetDoubleValue(const std::string_view &key, double &value) GetDoubleValue() argument
85 GetBuffer(const std::string_view &key, uint8_t **addr, size_t &size) GetBuffer() argument
90 PutBuffer(const std::string_view &key, const uint8_t *addr, size_t size) PutBuffer() argument
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp97 ErrorCode BrightnessEFilter::SetValue(const std::string &key, Plugin::Any &value) in SetValue() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h97 std::shared_ptr<SLRWeightTuple> find(uint32_t key) in find() argument
103 std::shared_ptr<SLRWeightTuple> insert(uint32_t key, std::shared_ptr<SLRWeightTuple> weightTuple) in insert() argument

Completed in 18 milliseconds

1...<<919293949596979899100>>...367