Home
last modified time | relevance | path

Searched refs:ERR_NOT_OK (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.cpp33 constexpr int32_t ERR_NOT_OK = -1; member
123 return ERR_NOT_OK; in GetWindowId()
128 errCode = ERR_NOT_OK; in GetWindowId()
137 errCode = ERR_NOT_OK; in GetWindowId()
143 errCode = ERR_NOT_OK; in GetWindowId()
149 errCode = ERR_NOT_OK; in GetWindowId()
203 return ERR_NOT_OK; in GetMissionIds()
208 errCode = ERR_NOT_OK; in GetMissionIds()
214 errCode = ERR_NOT_OK; in GetMissionIds()
224 errCode = ERR_NOT_OK; in GetMissionIds()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/
H A Djs_app_manager.cpp47 constexpr int32_t ERR_NOT_OK = -1; member
166 errCode = ERR_NOT_OK; in OnUnregisterApplicationStateObserver()
176 errCode = ERR_NOT_OK; in OnUnregisterApplicationStateObserver()
217 errCode = ERR_NOT_OK; in OnGetForegroundApplications()
256 errCode = ERR_NOT_OK; in OnGetProcessRunningInfos()
288 errCode = ERR_NOT_OK; in OnIsRunningInStabilityTest()
322 errCode = ERR_NOT_OK; in OnKillProcessByBundleName()
326 errCode = ERR_NOT_OK; in OnKillProcessByBundleName()
365 errCode = ERR_NOT_OK; in OnClearUpApplicationData()
369 errCode = ERR_NOT_OK; in OnClearUpApplicationData()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp48 constexpr int32_t ERR_NOT_OK = -1; member
310 return RetErrMsg(env, lastParam, ERR_NOT_OK); in HandleInvalidParam()
318 if (retCode == ERR_NOT_OK) { in HandleAsyncTaskResult()
409 errCode = ERR_NOT_OK; in OnGetWant()
417 errCode = ERR_NOT_OK; in OnGetWant()
425 task.Reject(env, CreateJsError(env, ERR_NOT_OK, "WantAgentHelper::GetWant result nullptr.")); in OnGetWant()
454 errCode = ERR_NOT_OK; in OnGetOperationType()
462 errCode = ERR_NOT_OK; in OnGetOperationType()
500 return RetErrMsg(env, lastParam, ERR_NOT_OK); in OnGetBundleName()
511 return RetErrMsg(env, lastParam, ERR_NOT_OK); in OnGetBundleName()
[all...]
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_continuation_manager.cpp34 constexpr int32_t ERR_NOT_OK = -1; member
141 errCode = ERR_NOT_OK; in OnRegister()
251 errCode = ERR_NOT_OK; in OnUnregister()
256 errCode = ERR_NOT_OK; in OnUnregister()
467 errCode = ERR_NOT_OK; in GetInfoForUpdateConnectStatus()
471 errCode = ERR_NOT_OK; in GetInfoForUpdateConnectStatus()
475 errCode = ERR_NOT_OK; in GetInfoForUpdateConnectStatus()
489 errCode = ERR_NOT_OK; in OnUpdateConnectStatus()
601 errCode = ERR_NOT_OK; in CheckParamAndGetToken()
605 errCode = ERR_NOT_OK; in CheckParamAndGetToken()
[all...]

Completed in 5 milliseconds