Home
last modified time | relevance | path

Searched defs:g_version (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_snk/
H A Da2dp_snk_service.h65 static std::string g_version; /// profile version. variable
H A Da2dp_snk_service.cpp23 std::string A2dpSnkService::g_version = "1.3.2"; member in OHOS::bluetooth::A2dpSnkService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_src/
H A Da2dp_src_service.h65 static std::string g_version; /// profile version. variable
H A Da2dp_src_service.cpp23 std::string A2dpSrcService::g_version = "1.3.2"; member in OHOS::bluetooth::A2dpSrcService
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_dec_test.cpp41 static OHOS::HDI::Codec::V3_0::CodecVersionType g_version; variable
H A Dcodec_hdi_omx_enc_test.cpp39 static OHOS::HDI::Codec::V3_0::CodecVersionType g_version; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_attest_key_ids_test.cpp33 static struct HksBlob g_version = { sizeof(VERSION_DATA), (uint8_t *)VERSION_DATA }; variable
H A Dhks_attest_key_nonids_test.cpp30 static struct HksBlob g_version = { sizeof(VERSION_DATA), (uint8_t *)VERSION_DATA }; variable
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c43 static unsigned int g_version = 0; variable
/ohos5.0/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 v… variable
/ohos5.0/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c31 static VersionStruct g_version; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_device_sec_test.cpp151 static struct HksBlob g_version = { sizeof(g_versionData), (uint8_t *)g_versionData }; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
H A Dhks_client_service_test.cpp433 static struct HksBlob g_version = { sizeof(VERSION_DATA), (uint8_t *)VERSION_DATA }; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp53 Version g_version = 0; variable