Home
last modified time | relevance | path

Searched refs:PARAMETER_ERROR (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/c/common/
H A Derror_code.h30 PARAMETER_ERROR = 401, enumerator
51 { -PARAMETER_ERROR, PARAMETER_ERROR },
/foundation/filemanagement/file_api/interfaces/kits/c/environment/
H A Denvironment.c26 return GetErrorCode(-PARAMETER_ERROR); in OH_Environment_GetUserDownloadDir()
38 return GetErrorCode(-PARAMETER_ERROR); in OH_Environment_GetUserDocumentDir()
50 return GetErrorCode(-PARAMETER_ERROR); in OH_Environment_GetUserDesktopDir()
/foundation/filemanagement/file_api/interfaces/kits/c/fileio/
H A Dfileio.c25 return GetErrorCode(-PARAMETER_ERROR); in OH_FileIO_GetFileLocation()
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp50 constexpr int32_t PARAMETER_ERROR = -1; member
84 task.Reject(env, CreateJsError(env, err, "PARAMETER_ERROR")); in RetErrMsg()
872 return PARAMETER_ERROR; in GetWantAgentParam()
882 return PARAMETER_ERROR; in GetWantAgentParam()
893 return PARAMETER_ERROR; in GetWantAgentParam()
905 return PARAMETER_ERROR; in GetWantAgentParam()
916 return PARAMETER_ERROR; in GetWantAgentParam()
924 return PARAMETER_ERROR; in GetWantAgentParam()
936 return PARAMETER_ERROR; in GetWantAgentParam()
946 return PARAMETER_ERROR; in GetWantAgentParam()
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/
H A Dconnection_module.h26 PARAMETER_ERROR, enumerator
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h62 constexpr int32_t PARAMETER_ERROR = 401; member
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp112 return NetConnectionType::PARAMETER_ERROR; in GetNetConnectionType()
128 return NetConnectionType::PARAMETER_ERROR; in GetNetConnectionType()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp2259 return PARAMETER_ERROR; in UpdateSettingsXml()
2263 return PARAMETER_ERROR; in UpdateSettingsXml()
2267 return PARAMETER_ERROR; in UpdateSettingsXml()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp50 constexpr int32_t PARAMETER_ERROR = 401; member
197 EXPECT_EQ(ret, PARAMETER_ERROR); in HWTEST_F()
1630 ASSERT_EQ(PARAMETER_ERROR, InputManager::GetInstance()->SetKeyDownDuration(businessId, delay)); in HWTEST_F()

Completed in 13 milliseconds