Home
last modified time | relevance | path

Searched refs:devKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/audio/hal/pathselect/src/
H A Daudio_pathselect.c149 char *devKey = NULL; in SetRenderPathDefaultValue() local
167 devKey = renderSwName->valuestring; in SetRenderPathDefaultValue()
172 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetRenderPathDefaultValue()
191 char *devKey = NULL; in SetCapturePathDefaultValue() local
208 devKey = captureSwName->valuestring; in SetCapturePathDefaultValue()
213 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetCapturePathDefaultValue()
233 char *devKey = NULL; in SetRenderPathValue() local
257 devKey = swName->valuestring; in SetRenderPathValue()
262 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetRenderPathValue()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_map_manager.cpp117 if (auto devKey = itr->second.find(inputKey); devKey != itr->second.end()) { in TransferDeviceKeyValue() local
118 return devKey->second; in TransferDeviceKeyValue()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/include/
H A Ddcm_attest.h113 struct HksBlob devKey; member
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c918 ret = SignTbs(&signature, &tbs, &attestSpec->devKey, signAlg); in CreateAttestCert()
1281 ret = GetCertOrKey(HKS_DEVICE_KEY, &attestSpec->devKey); in GetCertAndKey()
1300 if (spec->devKey.data != NULL) { in FreeAttestSpec()
1301 (void)memset_s(spec->devKey.data, spec->devKey.size, 0, spec->devKey.size); in FreeAttestSpec()
1302 HKS_FREE(spec->devKey.data); in FreeAttestSpec()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.cpp644 Key devKey; in GetWaterMarkInfoFromDB() local
649 DBCommon::StringToVector(hashDeviceId, devKey); in GetWaterMarkInfoFromDB()
652 int errCode = LoadDeviceIdDataToMap(devKey); in GetWaterMarkInfoFromDB()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp257 string devKey = "dev111"; variable
258 res = ProfileUtils::GetProfileType(devKey);