Home
last modified time | relevance | path

Searched refs:ERR_DH_FWK_HIDUMP_INVALID_ARGS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddistributed_hardware_errno.h106 constexpr int32_t ERR_DH_FWK_HIDUMP_INVALID_ARGS = -11001; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H A Dhidump_helper_test.cpp71 EXPECT_EQ(ERR_DH_FWK_HIDUMP_INVALID_ARGS, ret);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp325 return ERR_DH_FWK_HIDUMP_INVALID_ARGS; in ShowIllealInfomation()