Home
last modified time | relevance | path

Searched defs:curVersion (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c263 static ProtocolType GetBindPrototolType(VersionStruct *curVersion) in GetBindPrototolType()
276 static ProtocolType GetAuthPrototolType(VersionStruct *curVersion) in GetAuthPrototolType()
290 ProtocolType GetPrototolType(VersionStruct *curVersion, OperationCode opCode) in GetPrototolType()
305 PakeAlgType GetSupportedPakeAlg(VersionStruct *curVersion, ProtocolType protocolType) in GetSupportedPakeAlg()
320 bool IsSupportedPsk(VersionStruct *curVersion) in IsSupportedPsk()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Dbase_sub_task.h27 VersionStruct curVersion; member
H A Ddas_version_util.h56 VersionStruct curVersion; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_notify_data.cpp23 const CommitID &startCommitID, const CommitID &endCommitID, Version curVersion) in MultiVerNaturalStoreCommitNotifyData()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/resources/rawfile/searchConfig/
H A DsearchPage.json3 "curVersion": "1.0.5" string
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/rawfile/searchConfig/
H A DsearchPage.json3 "curVersion": "1.0.5" string
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_usage_database_test.cpp162 int32_t curVersion = 2; variable
/ohos5.0/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_session.h57 VersionStruct curVersion; member
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp67 int SignatureVerifier::CompareVersion(std::string& preVersion, std::string& curVersion) in CompareVersion()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp555 uint64_t curVersion = g_store->GetCacheRecordVersion(); variable
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c770 static KeyAgreeProtocol GetKegAgreeProtocolType(VersionStruct *curVersion) in GetKegAgreeProtocolType()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp1211 int32_t curVersion = std::stoi(NOTICE_VERSION_STR); in RegisterWidgetCallback() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp479 void BundleActiveUsageDatabase::UpgradleDatabase(const int32_t oldVersion, const int32_t curVersion) in UpgradleDatabase()