Home
last modified time | relevance | path

Searched defs:error (Results 901 - 925 of 2692) sorted by relevance

1...<<31323334353637383940>>...108

/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dnapi_queue.cpp122 void NapiQueue::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error) in SetBusinessError() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp103 void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error) in SetBusinessError() argument
/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
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h46 std::string error; member
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h46 std::string error; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h68 std::shared_ptr<Error> error; member in OHOS::RelationalStoreJsKit::ContextBase
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h50 std::string error; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_async_call.cpp71 void AsyncCall::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error, int apiversion) in SetBusinessError() argument
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_read_only_test.cpp213 int error = store->BatchInsert(number, "test", valuesBuckets); in HWTEST_F() local
H A Drdb_transaction_test.cpp482 int error = store->BatchInsert(number, "test", valuesBuckets); in HWTEST_F() local
515 int error = store->BatchInsert(number, "test", valuesBuckets); in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp191 int32_t error = Remote()->SendRequest( in GetFeatureInterface() local
221 int32_t error = Remote()->SendRequest( in RegisterDeathObserver() local
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h48 std::string error; member
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_test.cpp44 void OnSyncStateChanged(CloudSyncState state, ErrorType error) in OnSyncStateChanged() argument
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp36 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error){} in OnConfigurationChanged() argument
37 virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int error){} in OnPlayingStatusChanged() argument
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy_lite.cpp120 int error = remote_->Invoke(remote_, in RegisterDhcpClientCallBack() local
159 int error = remote_->Invoke(remote_, in StartDhcpClient() local
198 int error = remote_->Invoke(remote_, SetConfiguration() local
235 int error = remote_->Invoke(remote_, StopDhcpClient() local
[all...]
H A Ddhcp_server_proxy.cpp130 int error = Remote()->SendRequest(static_cast<uint32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK), in RegisterDhcpServerCallBack() local
168 int error = Remote()->SendRequest( in StartDhcpServer() local
210 int error in SetDhcpRange() local
246 int error = Remote()->SendRequest( SetDhcpName() local
286 int error = Remote()->SendRequest( PutDhcpRange() local
319 int error = Remote()->SendRequest( RemoveAllDhcpRange() local
352 int error = Remote()->SendRequest( UpdateLeasesTime() local
384 int error = Remote()->SendRequest( StopDhcpServer() local
424 int error = Remote()->SendRequest( RemoveDhcpRange() local
455 int error = Remote()->SendRequest( GetDhcpClientInfos() local
[all...]
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dwindow_event_channel_proxy.cpp312 int error = remote->SendRequest( in TransferAccessibilityChildTreeRegister() local
337 int error = remote->SendRequest( in TransferAccessibilityChildTreeUnregister() local
367 int error in TransferAccessibilityDumpChildInfo() local
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Ddistributed_client.cpp120 int32_t error = remote->SendRequest(GET_REMOTE_MISSION_SNAPSHOT_INFO, data, reply, option); in GetRemoteMissionSnapshotInfo() local
180 int32_t error = remote->SendRequest(SET_MISSION_CONTINUE_STATE, data, reply, option); in SetMissionContinueState() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow.cpp54 WMError error = windowSessionImpl->Create(context, iSession, identityToken); in CreateWindowWithSession() local
99 WMError error = windowImpl->Create(option->GetParentId(), context); in Create() local
162 WMError error = windowSessionImpl->Create(context, nullptr); in CreatePiP() local
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dui_driver_test.cpp85 auto error = ApiCallErr(NO_ERROR); in TEST_F() local
137 auto error = ApiCallErr(NO_ERROR); in TEST_F() local
197 auto error in TEST_F() local
295 auto error = ApiCallErr(NO_ERROR); TEST_F() local
369 auto error = ApiCallErr(NO_ERROR); TEST_F() local
455 auto error = ApiCallErr(NO_ERROR); TEST_F() local
548 auto error = ApiCallErr(NO_ERROR); TEST_F() local
[all...]
H A Dwidget_operator_test.cpp187 auto error = ApiCallErr(NO_ERROR); in TEST_F() local
209 auto error = ApiCallErr(NO_ERROR); in TEST_F() local
230 auto error = ApiCallErr(NO_ERROR); in TEST_F() local
[all...]
/test/testfwk/arkxtest/jsunit/src/
H A Dservice.js[all...]
/test/xts/acts/ability/ability_runtime/capiabilityruntime/entry/src/main/cpp/
H A Dnapi_init.cpp40 napi_value error; in Throw() local
/test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/
H A DwebsocketNdkTest.cpp39 static void OnError(struct WebSocket *client, WebSocket_ErrorResult error) in OnError() argument
/test/xts/device_attest_lite/interfaces/kit/js/src/
H A Dnative_device_attest.cpp46 JSIValue error = JSI::CreateObject(); in GetJsiErrorMessage() local
64 JSIValue error = GetJsiErrorMessage(ret); in FailCallBack() local
76 JSIValue error in SuccessCallBack() local
[all...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...108