Home
last modified time | relevance | path

Searched refs:specInt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp173 uint32_t specInt = data.ReadUint32(); in QueryLocalSysSpecInner() local
174 if (!ValidQueryLocalSpec(specInt)) { in QueryLocalSysSpecInner()
175 DHLOGE("Spec invalid: %{public}" PRIu32, specInt); in QueryLocalSysSpecInner()
180 QueryLocalSysSpecType spec = (QueryLocalSysSpecType)specInt; in QueryLocalSysSpecInner()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp190 uint32_t specInt = static_cast<uint32_t>(QueryLocalSysSpecType::MIN); variable
191 data.WriteUint32(specInt);