Home
last modified time | relevance | path

Searched refs:g_version (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_src/
H A Da2dp_src_service.cpp23 std::string A2dpSrcService::g_version = "1.3.2"; member in OHOS::bluetooth::A2dpSrcService
31 A2dpSrcService::A2dpSrcService() : A2dpService(g_name, g_version, g_role) in A2dpSrcService()
H A Da2dp_src_service.h65 static std::string g_version; /// profile version. member in OHOS::bluetooth::A2dpSrcService
/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_snk/
H A Da2dp_snk_service.cpp23 std::string A2dpSnkService::g_version = "1.3.2"; member in OHOS::bluetooth::A2dpSnkService
31 A2dpSnkService::A2dpSnkService() : A2dpService(g_name, g_version, g_role) in A2dpSnkService()
H A Da2dp_snk_service.h65 static std::string g_version; /// profile version. member in OHOS::bluetooth::A2dpSnkService
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_attest_test.cpp27 static struct OH_Huks_Blob g_version = {sizeof(VERSION_DATA), (uint8_t *)VERSION_DATA}; member
55 {.tag = OH_HUKS_TAG_ATTESTATION_ID_VERSION_INFO, .blob = g_version},
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_hdi_omx_dec_test.cpp41 static OHOS::HDI::Codec::V3_0::CodecVersionType g_version; member
83 g_version = verInfo.compVersion; in SetUp()
85 func_ = new FunctionUtil(g_version); in SetUp()
H A Dcodec_hdi_omx_enc_test.cpp39 static OHOS::HDI::Codec::V3_0::CodecVersionType g_version; member
82 g_version = verInfo.compVersion; in SetUp()
84 func_ = new FunctionUtil(g_version); in SetUp()
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/
H A Dgda.h48 u16 g_version; /* Version of this structure */ member
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/
H A Dgda.h46 u16 g_version; /* Version of this structure */ member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dcommon.h46 constexpr char g_version[MAX_CHAR_LEN] = "Texture Encoder(MIT Video Engineering Department) DEBUG v1.0"; member
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp37 static string_view g_version = ""; member
68 return WriteToBuffer(buffer, g_version); in GetUiTestVersion()
278 g_version = version; in ExecuteExtension()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp53 Version g_version = 0; member
81 g_version = versionInfo; in GetReadTransaction()
919 EXPECT_EQ(g_transaction->GetEntriesByVersion(g_version, multiVerKvEntries), OK); in HWTEST_F()
1325 g_transaction->GetEntriesByVersion(g_version, entries); in HWTEST_F()
1493 g_transaction->GetEntriesByVersion(g_version, entries); in HWTEST_F()
1539 g_transaction->GetEntriesByVersion(g_version, entries); in HWTEST_F()
/kernel/liteos_m/tools/
H A Dmem_analysis.py25 g_version = 2.5 variable
321 print("memory parses tool ver.%2f\r\n" % g_version)
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
H A Dhuksndk.cpp460 static struct OH_Huks_Blob g_version = {sizeof(VERSION_DATA), (uint8_t*)VERSION_DATA}; variable
467 {.tag = OH_HUKS_TAG_ATTESTATION_ID_VERSION_INFO, .blob = g_version},
/test/xts/hats/hdf/codec/hdi_component_additional/
H A Dcodec_component_test.cpp44 static CodecVersionType g_version; member
77 buffer.version = g_version; in InitOmxCodecBuffer()
130 g_version = verInfo.compVersion; in SetUp()

Completed in 16 milliseconds