Home
last modified time | relevance | path

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 Dmock_single_ver_state_machine.h40 void CallDataAckRecvErrCodeHandle(int errCode, bool handleError) in CallDataAckRecvErrCodeHandle() argument
42 SingleVerSyncStateMachine::DataAckRecvErrCodeHandle(errCode, handleError); in CallDataAckRecvErrCodeHandle()
/ohos5.0/build/test/example/
H A Dmylogger.py50 self.handleError(record)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.h136 void DataAckRecvErrCodeHandle(int errCode, bool handleError);
H A Dsingle_ver_sync_state_machine.cpp1168 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 Dapp-takeovers-web-media.md390 this.handler.handleError(error, errorMessage);
611 this.handler.handleError(1, "Oops!");
/ohos5.0/docs/en/application-dev/web/
H A Dapp-takeovers-web-media.md390 this.handler.handleError(error, errorMessage);
611 this.handler.handleError(1, "Oops!");
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md7885 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 Djs-apis-webview.md7891 this.handler.handleError(error, errorMessage);
15644 ### handleError<sup>12+<sup>
15646 handleError(error: MediaError, errorMessage: string): void