Home
last modified time | relevance | path

Searched defs:error (Results 276 – 300 of 814) sorted by relevance

1...<<11121314151617181920>>...33

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp171 PICTURE_ERR error; in Unmarshalling() local
180 FragmentMetadata *FragmentMetadata::Unmarshalling(Parcel &parcel, PICTURE_ERR &error) in Unmarshalling()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp470 … int error = formProviderProxy->NotifyFormUpdate(formId, want, FormSupplyCallback::GetInstance()); in NotifyFormUpdate() local
526 …int error = formProviderProxy->NotifyFormCastTempForm(formId, want, FormSupplyCallback::GetInstanc… in NotifyCastTemp() local
618 …int error = formProviderProxy->NotifyFormsDelete(vFormIds, want, FormSupplyCallback::GetInstance()… in ProviderBatchDelete() local
855 … int32_t error = remoteFormRender->RenderForm(formJsInfo, want, FormSupplyCallback::GetInstance()); in RenderForm() local
942 int32_t error = remoteFormDeleteRender->ReleaseRenderer(formId, compId, uid); in ReleaseRenderer() local
966 int32_t error = remoteFormRender->ReloadForm(std::move(formJsInfos), want); in ReloadForm() local
997 int32_t error = remoteFormRender->OnUnlock(); in OnUnlock() local
1037 int32_t error = remoteFormRender->SetVisibleChange(formId, isVisible, want); in SetVisibleChange() local
1215 int32_t error = remoteFormRender->RecycleForm(formId, want); in RecycleForm() local
1265 int32_t error = remoteFormRender->RecoverForm(formJsInfo, want); in RecoverForm() local
[all …]
H A Dfree_install_status_callback_proxy.cpp60 int32_t error = remote->SendRequest(IFreeInstallStatusCallBackCmd::ON_FREE_INSTALL_DONE, data, in OnInstallFinished() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_system_graph_loader.h48 BASE_NS::string error; member
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dmacros.rs177 macro_rules! error{ macro
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/
H A Dui_service_proxy.cpp65 …auto error = remoteObject->SendRequest(static_cast<uint32_t>(IUIService::SEND_DATA), parcelData, r… in SendData() local
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dsocket_error.cpp34 std::string MakeErrorMessage(int error) in MakeErrorMessage()
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dndef_msg_callback_proxy.cpp42 …int error = Remote()->SendRequest(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_NDE… in OnNdefMsgDiscovered() local
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dams_manager_access_proxy.cpp45 int32_t error = remote->SendRequest( in KillProcessesByAccessTokenId() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c221 FILLP_INT error; in EpRemove() local
566 FILLP_INT error = 0; in SpungeEpollCtlHandleAddEvent() local
611 FILLP_INT error; in SpungeEpollCtlHandleDelEvent() local
642 FILLP_INT error; in SpungeEpollCtlHandleModEvent() local
686 FILLP_INT error; in SpungeEpollCtl() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h98 virtual void OnPlayingStatusChaned(const RawAddress &device, int playingState, int error) {}; in OnPlayingStatusChaned()
108 … void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) {}; in OnConfigurationChanged()
/ohos5.0/base/sensors/miscdevice/test/unittest/vibrator/js/
H A DExampleJsunit.test.js88 function vibrateCallback(error) { argument
111 function vibrateCallback(error) { argument
134 function vibrateCallback(error) { argument
157 function vibrateCallback(error) { argument
180 function vibrateCallback(error) { argument
203 function vibrateCallback(error) { argument
227 function vibrateCallback(error) { argument
366 function vibrateCallback(error) { argument
2160 function vibrateCallback(error) { argument
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_state_observer_proxy.cpp43 int error = NO_ERROR; in OnStateChanged() local
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/
H A Dcallemergencynotice_fuzzer.cpp38 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h38 napi_value error; member
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlib.rs56 mod error; module
/ohos5.0/base/powermgr/thermal_manager/frameworks/napi/
H A Dnapi_errors.cpp58 napi_value error = GetNapiError(env); in ThrowError() local
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dnapi_error.cpp61 napi_value error = GetNapiError(env); in ThrowError() local
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/src/
H A Dnapi_error.cpp60 napi_value error = GetNapiError(env); in ThrowError() local
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/
H A Dnapi_errors.cpp59 napi_value error = GetNapiError(env); in ThrowError() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp89 int error = data.ReadInt32(); in OnPlayingStatusChangedInner() local
104 int error = data.ReadInt32(); in OnConfigurationChangedInner() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_observer.cpp81 int error = Remote()->SendRequest(ONCHANGE, data, reply, mo); in OnChange() local
101 int error = Remote()->SendRequest(CLOUD_ONCHANGE, data, reply, mo); in OnChange() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp146 int32_t error = in GetFeatureInterface() local
184 int32_t error = in RegisterClientDeathObserver() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_callback_stub.cpp36 int error; in OnAbilityConnectDone() local
71 int error; in OnAbilityDisconnectDone() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp105 void ReadArrayPropertyValue(const json::value& jsonData, PropertyValue& propertyData, string& error) in ReadArrayPropertyValue()
140 …id ReadHandlePropertyValue(const json::value& jsonData, PropertyValue& propertyData, string& error) in ReadHandlePropertyValue()
193 void ParseProperties(const json::value& jsonData, ISystem& system, string& error) in ParseProperties()
307 const array_view<const ITypeInfo* const>& systemMetadata, IEcs& ecs, string& error) in ParseSystem()

1...<<11121314151617181920>>...33