Searched refs:PARAMETER_ERROR (Results 1 - 9 of 9) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/c/common/ |
H A D | error_code.h | 30 PARAMETER_ERROR = 401, enumerator 51 { -PARAMETER_ERROR, PARAMETER_ERROR },
|
/foundation/filemanagement/file_api/interfaces/kits/c/environment/ |
H A D | environment.c | 26 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 D | fileio.c | 25 return GetErrorCode(-PARAMETER_ERROR); in OH_FileIO_GetFileLocation()
|
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/ |
H A D | napi_want_agent.cpp | 50 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 D | connection_module.h | 26 PARAMETER_ERROR, enumerator
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler_util.h | 62 constexpr int32_t PARAMETER_ERROR = 401; member
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
H A D | connection_module.cpp | 112 return NetConnectionType::PARAMETER_ERROR; in GetNetConnectionType() 128 return NetConnectionType::PARAMETER_ERROR; in GetNetConnectionType()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 2259 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 D | input_manager_test.cpp | 50 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