Home
last modified time | relevance | path

Searched defs:keys (Results 251 – 275 of 409) sorted by relevance

1...<<11121314151617

/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp198 const std::vector<UserAuth::Attributes::AttributeKey> &keys, UserAuth::Property &property) in GetProperty()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp217 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp155 std::vector<std::string> keys = { "year", "month", "day", "hour", "minute", "second" }; in DatePickerChangeEventToJSValue() local
909 std::vector<std::string> keys; in GetChangeEvent() local
929 std::vector<std::string> keys = { "year", "month", "day", "hour", "minute", "second" }; in GetAcceptEvent() local
1679 std::vector<std::string> keys; in Show() local
1692 std::vector<std::string> keys = { "year", "month", "day", "hour", "minute", "second" }; in Show() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp1283 std::set<Key> keys; variable
1305 std::set<Key> keys; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp794 int64_t keys[] = { 1 }; variable
837 int64_t keys[] = { 1 }; variable
/ohos5.0/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>& keyPa… in ParseMatch()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h291 const std::string &table, const std::string &columnName, std::vector<PRIKey> &keys) in GetModifyTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp628 std::vector<ScreenHDRMetadataKey> keys; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp232 int VirtualRelationalVerSyncDBInterface::DeleteMetaData(const std::vector<Key> &keys) in DeleteMetaData()
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp535 std::vector<Key> keys; variable
587 std::vector<Key> keys; variable
639 std::vector<Key> keys; variable
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp271 WaterVersionMetaData WaterVersionManager::Upgrade(const std::vector<std::string> &keys, in Upgrade()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp86 Status KvUtils::GetKeys(const DataShareAbsPredicates &predicates, std::vector<Key> &keys) in GetKeys()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp308 std::vector<std::string> keys; variable
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp201 const std::vector<UserAuth::Attributes::AttributeKey> &keys, UserAuth::Property &property) in GetProperty()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp247 …std::vector<ModifierKey> keys { ModifierKey::ALT, ModifierKey::CTRL, ModifierKey::SHIFT, ModifierK… variable
305 uint8_t keys = static_cast<uint8_t>(CtrlKeysBit::CTRL); variable
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp305 …us ParseGetPropKeys(napi_env env, napi_value napiKeys, std::vector<Attributes::AttributeKey> &keys) in ParseGetPropKeys()
679 … env, napi_ref callbackRef, napi_deferred deferred, const std::vector<Attributes::AttributeKey> &k… in NapiGetPropCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp787 std::vector<Key> keys; in DoDeleteSharedTable() local
911 std::vector<Key> keys; in UpdateKvData() local
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp550 std::vector<int32_t> keys{ 1 }; variable
571 std::vector<int32_t> keys{ 1 }; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp207 int RdSingleVerNaturalStore::DeleteMetaData(const std::vector<Key> &keys) in DeleteMetaData()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp38 auto keys = key->GetKeyItems(); in KeyEventToNetPacket() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer_impl.cpp32 …oteSessionSyncerImpl::OnChanged(const std::string &sessionId, const std::vector<std::string>& keys) in OnChanged()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp342 std::vector<std::string> keys = GetNotificationKeys(bundleOption); in ExcuteCancelAll() local
627 std::vector<std::string> keys = GetNotificationKeys(bundle); in DeleteByBundle() local
695 std::vector<std::string> keys = GetNotificationKeys(nullptr); in DeleteAll() local
1736 const std::vector<std::string> &keys, int32_t removeReason) in RemoveNotifications()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_area_bridge.cpp1046 const char* keys[] = { "offset", "value" }; in SetOnChange() local
1458 const char* keys[] = { "text", "keepEditableState" }; in SetOnSubmit() local
1832 const char* keys[] = { "insertOffset", "insertValue" }; in SetOnWillInsert() local
1877 const char* keys[] = { "insertOffset", "insertValue" }; in SetOnDidInsert() local
1918 const char* keys[] = { "deleteOffset", "direction", "deleteValue" }; in SetOnWillDelete() local
1964 const char* keys[] = { "deleteOffset", "direction", "deleteValue" }; in SetOnDidDelete() local
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs3010 let keys = malloc(size_of::<*mut c_char>() * (len as usize)) as *mut *mut c_char; in ut_ylong_json_get_all_object_items() localVariable
3023 let keys = null_mut(); in ut_ylong_json_get_all_object_items() localVariable
3036 let keys = malloc(size_of::<*mut c_char>() * (len as usize)) as *mut *mut c_char; in ut_ylong_json_get_all_object_items() localVariable
3048 let keys = malloc(size_of::<*mut c_char>() * (len as usize)) as *mut *mut c_char; in ut_ylong_json_get_all_object_items() localVariable
3071 let keys = malloc(size_of::<*mut c_char>() * (len as usize)) as *mut *mut c_char; in ut_ylong_json_get_all_object_items() localVariable
3100 let keys = malloc(size_of::<*mut c_char>() * (len as usize)) as *mut *mut c_char; in ut_ylong_json_get_all_object_items() localVariable

1...<<11121314151617