Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp60 const std::shared_ptr<ContextCallback> &contextCallback, int &lastError) override;
152 int &lastError) in StartRemoteAuthContext() argument
167 lastError = context->GetLatestError(); in StartRemoteAuthContext()
168 IAM_LOGE("failed to start auth errorCode:%{public}d", lastError); in StartRemoteAuthContext()
171 lastError = SUCCESS; in StartRemoteAuthContext()
218 int32_t lastError; in ProcStartRemoteAuthRequest() local
219 … auto contextId = StartRemoteAuthContext(para, remoteAuthContextParam, contextCallback, lastError); in ProcStartRemoteAuthRequest()
220 IF_FALSE_LOGE_AND_RETURN_VAL(contextId != BAD_CONTEXT_ID, lastError); in ProcStartRemoteAuthRequest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddump_helper_test.cpp94 const OHOS::DistributedData::DumpHelper::ErrorInfo& lastError = dumpHelper.errorInfo_.back(); variable
95 EXPECT_EQ(lastError.errorCode, errorCode);
96 EXPECT_EQ(lastError.errorInfo, errorInfo);
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_service.h53 const std::shared_ptr<ContextCallback> &contextCallback, int &lastError);
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h93 int lastError) override;
214 int32_t lastError);
H A Dnetworkshare_sub_statemachine.h60 int state, int lastError) = 0;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c361 int lastError = WSAGetLastError(); in CoapSelectWait() local
362 if (lastError != WSAEINVAL) { in CoapSelectWait()
364 DFINDER_LOGE(TAG, "select error ret lastError: %d", lastError); in CoapSelectWait()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp231 int32_t lastError = authentication->GetLatestError(); variable
232 EXPECT_EQ(ResultCode::GENERAL_ERROR, lastError);
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp159 … const std::shared_ptr<NetworkShareSubStateMachine> &paraSubStateMachine, int state, int lastError) in OnUpdateInterfaceState() argument
161 …ShareTracker::GetInstance().HandleSubSmUpdateInterfaceState(paraSubStateMachine, state, lastError); in OnUpdateInterfaceState()
361 int32_t state, int32_t lastError) in HandleSubSmUpdateInterfaceState() argument
380 shareState->lastError_ = lastError; in HandleSubSmUpdateInterfaceState()
389 if (lastError == NETWORKSHARE_ERROR_INTERNAL_ERROR) { in HandleSubSmUpdateInterfaceState()
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp54 int lastError) override in OnUpdateInterfaceState() argument
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp119 int lastError) in OnUpdateInterfaceState() argument