Searched refs:handleError (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_single_ver_state_machine.h | 40 void CallDataAckRecvErrCodeHandle(int errCode, bool handleError) in CallDataAckRecvErrCodeHandle() argument 42 SingleVerSyncStateMachine::DataAckRecvErrCodeHandle(errCode, handleError); in CallDataAckRecvErrCodeHandle()
|
/ohos5.0/build/test/example/ |
H A D | mylogger.py | 50 self.handleError(record)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_state_machine.h | 136 void DataAckRecvErrCodeHandle(int errCode, bool handleError);
|
H A D | single_ver_sync_state_machine.cpp | 1168 void SingleVerSyncStateMachine::DataAckRecvErrCodeHandle(int errCode, bool handleError) in DataAckRecvErrCodeHandle() argument 1178 if (handleError) { in DataAckRecvErrCodeHandle() 1196 if (handleError) { in DataAckRecvErrCodeHandle()
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | app-takeovers-web-media.md | 390 this.handler.handleError(error, errorMessage); 611 this.handler.handleError(1, "Oops!");
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | app-takeovers-web-media.md | 390 this.handler.handleError(error, errorMessage); 611 this.handler.handleError(1, "Oops!");
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 7885 this.handler.handleError(error, errorMessage); 15639 ### handleError<sup>12+<sup> 15641 handleError(error: MediaError, errorMessage: string): void
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 7891 this.handler.handleError(error, errorMessage); 15644 ### handleError<sup>12+<sup> 15646 handleError(error: MediaError, errorMessage: string): void
|