Home
last modified time | relevance | path

Searched refs:SetErrInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.cpp359 context->SetErrInfo( in RestoreInner()
365 context->SetErrInfo( in RestoreInner()
428 context->SetErrInfo( in SendEventInner()
435 context->SetErrInfo( in SendEventInner()
488 context->SetErrInfo( in SetVideoInner()
535 context->SetErrInfo( in SetImageInput()
631 context->SetErrInfo( in GetImageInner()
637 context->SetErrInfo( in GetImageInner()
847 context->SetErrInfo( in SetCustomWallpaper()
899 context->SetErrInfo( in SetAllWallpapers()
[all …]
H A Dcall.h46 void SetErrInfo(int32_t errCode, std::string errMsg) in SetErrInfo() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h48 void SetErrInfo(int32_t errCode, std::string errMsg) in SetErrInfo() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp448 context->SetErrInfo(ret, "Another getData is being processed"); in GetData()
525 context->SetErrInfo(ret, "The system prohibits copying"); in SetData()
527 context->SetErrInfo(ret, "Another setData is being processed"); in SetData()
556 context->SetErrInfo(ret, "The system prohibits copying"); in SetUnifiedData()
558 context->SetErrInfo(ret, "Another setData is being processed"); in SetUnifiedData()
579 context->SetErrInfo(ret, "Another getData is being processed"); in GetUnifiedData()