Home
last modified time | relevance | path

Searched refs:localVersion (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c916 int BTM_GetLocalVersionInformation(BtmLocalVersionInformation *localVersion) in BTM_GetLocalVersionInformation() argument
918 if (localVersion == NULL) { in BTM_GetLocalVersionInformation()
926 localVersion->hciVersion = g_readLocalVersionResult.hciVersion; in BTM_GetLocalVersionInformation()
927 localVersion->hciRevision = g_readLocalVersionResult.hciRevision; in BTM_GetLocalVersionInformation()
928 localVersion->lmpVersion = g_readLocalVersionResult.lmpVersion; in BTM_GetLocalVersionInformation()
929 localVersion->manufacturerName = g_readLocalVersionResult.manufacturerName; in BTM_GetLocalVersionInformation()
930 localVersion->lmpSubversion = g_readLocalVersionResult.lmpSubversion; in BTM_GetLocalVersionInformation()
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp475 bool StaticCapabilityLoader::StaticVersionCheck(const std::string& peerVersion, const std::string& localVersion) in StaticVersionCheck() argument
478 if (peerVersion == localVersion) { in StaticVersionCheck()
482 if (!IsValidVersion(peerVersion) || !IsValidVersion(localVersion)) { in StaticVersionCheck()
/foundation/deviceprofile/device_info_manager/services/core/include/staticcapabilityloader/
H A Dstatic_capability_loader.h59 bool StaticVersionCheck(const std::string& peerVersion, const std::string& localVersion);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp592 std::string localVersion; in HWTEST_F()
593 CloudStorageUtils::GetValueFromVBucket<std::string>(CloudDbConstant::VERSION_FIELD, extend, localVersion); in HWTEST_F()
597 if (localVersion != cloudVersion) { in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h490 * @param localVersion Point to a <b>BtmLocalVersionInformation</b> struct.
493 int BTSTACK_API BTM_GetLocalVersionInformation(BtmLocalVersionInformation *localVersion);

Completed in 7 milliseconds