Home
last modified time | relevance | path

Searched refs:ERR_MESSAGE_INVALID_PARAMS (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp32 const std::string ERR_MESSAGE_INVALID_PARAMS = "Input parameter error."; member
130 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + "The value of " + param + ": " + msg; in CheckArgsVal()
155 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + message; in CheckArgsCount()
165 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + "The type of " + paramName + in CheckArgsType()
204 error = CreateErrorForCall(env, ERR_INVALID_PARAMS, ERR_MESSAGE_INVALID_PARAMS, isAsync); in CreateBusinessError()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/
H A Dnative_distributedhardwarefwk_js.cpp51 const std::string ERR_MESSAGE_INVALID_PARAMS = "Input parameter error."; member
60 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + "The type of " + paramName + in CheckArgsType()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp106 const std::string ERR_MESSAGE_INVALID_PARAMS = "Input parameter error."; member
130 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + "The value of " + param + ": " + msg; in CheckArgsVal()
141 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + message; in CheckArgsCount()
152 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + "The type of " + paramName + in CheckArgsType()
196 ERR_MESSAGE_INVALID_PARAMS, isAsync); in CreateBusinessError()

Completed in 8 milliseconds