Home
last modified time | relevance | path

Searched defs:keys (Results 176 – 200 of 409) sorted by relevance

12345678910>>...17

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1065 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddBoolParams()
1086 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddByteParams()
1109 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddCharParams()
1132 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddShortParams()
1155 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddIntParams()
1178 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddLongParams()
1201 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddFloatParams()
1224 std::map<std::string, std::string>& keys, int loop, unsigned int flag) const in AddDoubleParams()
1381 std::map<std::string, std::string> keys; variable
1407 std::map<std::string, std::string> keys; variable
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Dactive_key_event.cpp175 std::vector<int32_t> keys = keyEvent->GetPressedKeys(); in CombinationKeyHandle() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Drules_engine.cpp45 std::vector<std::string> keys; in Match() local
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.cpp64 DBStatus KvStoreNbDelegateMock::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch()
180 DBStatus KvStoreNbDelegateMock::DeleteLocalBatch(const std::vector<Key> &keys) in DeleteLocalBatch()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dudmf_run_time_store_test.cpp307 vector<Key> keys(129); variable
347 vector<Key> keys(3970); variable
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp247 void FillFuzzAttributeKeyVector(Parcel &parcel, std::vector<UserAuth::Attributes::AttributeKey> &ke… in FillFuzzAttributeKeyVector()
357 std::vector<UserAuth::Attributes::AttributeKey> keys; in FuzzGetProperty() local
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp244 void FillFuzzAttributeKeyVector(Parcel &parcel, std::vector<UserAuth::Attributes::AttributeKey> &ke… in FillFuzzAttributeKeyVector()
354 std::vector<UserAuth::Attributes::AttributeKey> keys; in FuzzGetProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp71 const char* keys[] = { "textAlign", "leadingMargin" }; in CreateParagraphStyle() local
311 const char* keys[] = { "start", "end" }; in SetOnSelectionChange() local
534 const char* keys[] = { "selection", "spans" }; in CreatSelectEvent() local
609 const char* keys[] = { "text", "keepEditableState" }; in SetOnSubmit() local
653 const char* keys[] = { "insertOffset", "insertValue", "previewText" }; in SetAboutToIMEInput() local
H A Darkts_native_image_span_bridge.cpp221 …const char* keys[] = { "width", "height", "componentWidth", "componentHeight", "loadingStatus", "c… in SetOnComplete() local
269 const char* keys[] = { "componentWidth", "componentHeight", "message" }; in SetOnError() local
H A Darkts_native_rating_bridge.cpp169 … const char* keys[] = { "stars", "indicator", "rating", "stepSize", "enabled", "triggerChange" }; in SetContentModifierBuilder() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp537 CapabilityInfoManager::Keys keys; variable
908 std::vector<std::string> keys {}; variable
1125 std::vector<std::string> keys; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp532 std::vector<std::string> keys; in RemoveDoNotDisturbProfiles() local
757 std::vector<std::string> keys; in RemoveBundleFromDisturbeDB() local
796 std::vector<std::string> keys; in RemoveSlotFromDisturbeDB() local
899 std::vector<std::string> keys; in RemoveAllSlotsFromDisturbeDB() local
1656 std::vector<std::string> keys = { in RemoveDoNotDisturbDate() local
1713 std::vector<std::string> keys; in RemoveEnabledDbByBundleName() local
1843 int32_t NotificationPreferencesDatabase::DeleteBatchKvFromDb(const std::vector<std::string> &keys, in DeleteBatchKvFromDb()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp774 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddBoolParams()
795 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddByteParams()
818 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddCharParams()
841 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddShortParams()
886 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddLongParams()
909 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddFloatParams()
932 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddDoubleParams()
955 Want &want, std::map<std::string, std::string> &keys, int loop, unsigned int flag) const in AddStringParams()
996 std::map<std::string, std::string> keys; variable
1022 std::map<std::string, std::string> keys; variable
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp93 std::vector<uint32_t> keys = { Attributes::ATTR_FREEZING_TIME, Attributes::ATTR_REMAIN_TIMES}; in GetPropertyForAuthResult() local
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp603 std::vector<uint32_t> keys; in ProcGetProperty() local
643 std::vector<Attributes::AttributeKey> keys; in ProcGetPropertyById() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp469 vector<Key> keys; variable
504 vector<Key> keys; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkv_utils_test.cpp491 std::vector<std::string> keys { "test_field", "", "^test_field", "^", "test_field_name" }; variable
757 std::vector<std::string> keys { "test_field", "", "^test_field", "^", "test_field_name" }; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp146 …hClientImpl::GetPropertyById(uint64_t credentialId, const std::vector<Attributes::AttributeKey> &k… in GetPropertyById()
183 auto keys = request.attrs.GetKeys(); in SetPropertyInner() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp153 std::vector<uint32_t> keys; in GetPropertyStub() local
202 std::vector<uint32_t> keys; in GetPropertyByIdStub() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp108 std::vector<ScreenHDRMetadataKey> keys = {ScreenHDRMetadataKey::MATAKEY_RED_PRIMARY_X}; in RSPhysicalScreenFuzzTest() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp186 std::vector<std::string> keys; in AddParams2EventPack() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp323 const std::string &table, const std::string &columnName, std::vector<PRIKey> &keys) in GetModifyTime()
519 std::vector<std::string> keys; variable
534 std::vector<std::string> keys; variable
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp123 napi_value keys = nullptr; in ToSendableObject() local

12345678910>>...17