Searched refs:lastError (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_auth_service.cpp | 60 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 D | dump_helper_test.cpp | 94 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 D | remote_auth_service.h | 53 const std::shared_ptr<ContextCallback> &contextCallback, int &lastError);
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_tracker.h | 93 int lastError) override; 214 int32_t lastError);
|
H A D | networkshare_sub_statemachine.h | 60 int state, int lastError) = 0;
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_app.c | 361 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 D | authentication_impl_test.cpp | 231 int32_t lastError = authentication->GetLatestError(); variable 232 EXPECT_EQ(ResultCode::GENERAL_ERROR, lastError);
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 159 … const std::shared_ptr<NetworkShareSubStateMachine> ¶SubStateMachine, 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 D | networkshare_sub_statemachine_test.cpp | 54 int lastError) override in OnUpdateInterfaceState() argument
|
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/ |
H A D | netshare_client_fuzzer.cpp | 119 int lastError) in OnUpdateInterfaceState() argument
|