Home
last modified time | relevance | path

Searched defs:keys (Results 201 - 225 of 635) sorted by relevance

12345678910>>...26

/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp233 GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<UserAuth::Attributes::AttributeKey> &keys, UserAuth::Property &property) GetProperty() argument
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp246 std::vector<std::string> keys; in ReadFromParcel() local
289 std::vector<std::string> keys; in Marshalling() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1470 SetKeyboardShortcut(FrameNode* frameNode, const std::string& value, const std::vector<ModifierKey>& keys, std::function<void()>&& onKeyboardShortcutAction) SetKeyboardShortcut() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_change_listener.h239 JSRef<JSArray> keys = JSRef<JSArray>::Cast(value->GetProperty("key")); in transferKey() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp109 const char* keys[] = { "type", "id", "displayX", "displayY", "windowX", "windowY", "screenX", "screenY", "x", "y" }; in CreateTouchInfo() local
137 const char* keys[] = { "nodeId", "nodePtr" }; in MakeFrameNodeInfo() local
153 const char* keys[] = { "nodeId", "nativeStrongRef" }; in CreateFrameNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp128 bool AceResKeyParser::ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams, in ParseMatch() argument
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp397 std::set<std::pair<bool, std::string>> keys; in HWTEST_F() local
519 std::set<std::pair<bool, std::string>> keys; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp315 jerry_value_t keys = jerry_get_object_keys(params); in EvalPage() local
490 jerry_value_t keys = jerry_get_object_keys(viewModel_); in DeleteViewModelProperties() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp294 std::vector<ScreenHDRMetadataKey> keys; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp119 std::vector<ScreenHDRMetadataKey> keys = {ScreenHDRMetadataKey::MATAKEY_RED_PRIMARY_X}; in RSPhysicalScreenFuzzTest() local
120 rsInterfaces.GetScreenSupportedMetaDataKeys(static_cast<ScreenId>(id), keys); in RSPhysicalScreenFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screenmanager/
H A Drs_screen_unit_test.cpp312 std::vector<ScreenHDRMetadataKey> keys; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp721 std::vector<ScreenHDRMetadataKey> keys; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp308 std::vector<std::string> keys; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_exif_test.cpp336 std::set<std::string> keys = {"DateTimeOriginal", "ExposureTime", "SceneType"}; in HWTEST_F() local
361 std::set<std::string> keys = {"DateTime", "YCbCrPositioning"}; in HWTEST_F() local
384 std::set<std::string> keys = {"DateTimeOriginal", "ExposureTime", "SceneType"}; in HWTEST_F() local
410 std::set<std::string> keys = {"HwMnoteBurstNumber", "HwMnoteCaptureMode", "HwMnoteFaceConf"}; in HWTEST_F() local
433 std::set<std::string> keys = {"DateTimeOriginal", "ExposureTime", "SceneType"}; in HWTEST_F() local
455 std::set<std::string> keys = {"DateTimeOriginal", "ExposureTime", "SceneType"}; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp513 std::vector<Tag> keys; in Meta2String() local
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp220 std::set<int32_t> keys = keyOption->GetPreKeys(); in ShouldIntercept() local
276 std::set<int32_t> keys = keyOption->GetPreKeys(); in ShouldIntercept() local
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp259 std::vector<DistributedKv::Key> keys; in DeleteByPrefix() local
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp897 vector<std::string> keys = {"test"}; in HWTEST_F() local
1119 std::vector<std::string> keys; in HWTEST_F() local
1141 std::vector<std::string> keys; in HWTEST_F() local
1407 std::vector<std::string> keys; in HWTEST_F() local
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp73 void KvDataChangeListener::OnChange(const DistributedKv::DataOrigin& origin, Keys&& keys) in OnChange() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp214 int32_t DeviceProfileStorage::PutDeviceProfileBatch(const std::vector<std::string>& keys, in PutDeviceProfileBatch() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dlocal_subscribe_store_test.cpp650 std::vector<Key> keys; in HWTEST_F() local
692 std::vector<Key> keys; in HWTEST_F() local
1628 std::vector<Key> keys; HWTEST_F() local
1675 std::vector<Key> keys; HWTEST_F() local
1719 std::vector<Key> keys; HWTEST_F() local
1778 std::vector<Key> keys; HWTEST_F() local
1834 std::vector<Key> keys; HWTEST_F() local
1886 std::vector<Key> keys; HWTEST_F() local
[all...]
H A Dlocal_subscribe_device_store_test.cpp638 std::vector<Key> keys; in HWTEST_F() local
680 std::vector<Key> keys; in HWTEST_F() local
1615 std::vector<Key> keys; HWTEST_F() local
1662 std::vector<Key> keys; HWTEST_F() local
1706 std::vector<Key> keys; HWTEST_F() local
1765 std::vector<Key> keys; HWTEST_F() local
1821 std::vector<Key> keys; HWTEST_F() local
1873 std::vector<Key> keys; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp67 int VirtualMultiVerSyncDBInterface::DeleteMetaData(const std::vector<Key> &keys) in DeleteMetaData() argument
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp84 Status KvUtils::GetKeys(const DataShareAbsPredicates &predicates, std::vector<Key> &keys) in GetKeys() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp995 vector<Key> keys; in HWTEST_F() local
[all...]

Completed in 27 milliseconds

12345678910>>...26