Searched refs:lastError (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | dump_helper_test.cpp | 95 const OHOS::DistributedData::DumpHelper::ErrorInfo& lastError = dumpHelper.errorInfo_.back();
in HWTEST_F() local 96 EXPECT_EQ(lastError.errorCode, errorCode);
in HWTEST_F() 97 EXPECT_EQ(lastError.errorInfo, errorInfo);
in HWTEST_F()
|
/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()
|
/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_sub_statemachine.h | 60 int state, int lastError) = 0;
|
H A D | networkshare_tracker.h | 93 int lastError) override; 214 int32_t lastError);
|
/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() 161 NetworkShareTracker::GetInstance().HandleSubSmUpdateInterfaceState(paraSubStateMachine, state, lastError); in OnUpdateInterfaceState() 363 int32_t state, int32_t lastError) in HandleSubSmUpdateInterfaceState() 382 shareState->lastError_ = lastError; in HandleSubSmUpdateInterfaceState() 391 if (lastError == NETWORKSHARE_ERROR_INTERNAL_ERROR) { in HandleSubSmUpdateInterfaceState() 158 OnUpdateInterfaceState( const std::shared_ptr<NetworkShareSubStateMachine> ¶SubStateMachine, int state, int lastError) OnUpdateInterfaceState() argument 362 HandleSubSmUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> &who, int32_t state, int32_t lastError) HandleSubSmUpdateInterfaceState() argument
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_sub_statemachine_test.cpp | 54 int lastError) override
|
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/ |
H A D | netshare_client_fuzzer.cpp | 119 int lastError) in OnUpdateInterfaceState() 118 OnUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> ¶SubStateMachine, int state, int lastError) OnUpdateInterfaceState() argument
|
Completed in 7 milliseconds