Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/inc/
H A Dexception_controller.h26 bool IsNeedThrowException(void);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_mock/src/
H A Dmemory_mock.c28 if (IsNeedThrowException()) { in MockMalloc()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/src/
H A Dexception_controller.c27 bool IsNeedThrowException(void) in IsNeedThrowException() function
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dmodule_template.h49 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in InterfaceWithoutManager()
85 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in Interface()
H A Dbase_context.h64 [[nodiscard]] bool IsNeedThrowException() const;
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h71 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in InterfaceWithManagerWrapper()
121 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in InterfaceWithSharedManager()
266 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in Interface()
H A Dbase_context.h95 [[nodiscard]] bool IsNeedThrowException() const;
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dbase_context.cpp182 bool BaseContext::IsNeedThrowException() const in IsNeedThrowException() function in OHOS::NetManagerStandard::BaseContext
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dbase_context.cpp269 bool BaseContext::IsNeedThrowException() const in IsNeedThrowException() function in OHOS::NetStack::BaseContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp215 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in ConstructTLSSocketInstance()