Searched refs:IsNeedThrowException (Results 1 – 10 of 10) sorted by relevance
26 bool IsNeedThrowException(void);
28 if (IsNeedThrowException()) { in MockMalloc()
27 bool IsNeedThrowException(void) in IsNeedThrowException() function
49 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()
64 [[nodiscard]] bool IsNeedThrowException() const;
71 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()
95 [[nodiscard]] bool IsNeedThrowException() const;
182 bool BaseContext::IsNeedThrowException() const in IsNeedThrowException() function in OHOS::NetManagerStandard::BaseContext
269 bool BaseContext::IsNeedThrowException() const in IsNeedThrowException() function in OHOS::NetStack::BaseContext
215 if (context->IsNeedThrowException()) { // only api9 or later need throw exception. in ConstructTLSSocketInstance()