Home
last modified time | relevance | path

Searched refs:failed_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/callback_scope_manager/
H A Dnative_callback_scope_manager.h60 return failed_; in Failed()
64 failed_ = true; in MarkAsFailed()
69 bool failed_ = false; variable
H A Dnative_callback_scope_manager.cpp60 if (!failed_ && asyncIdInfo_.asyncId != 0 && !skipHooks_) { in Close()
69 if (failed_) { in Close()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_task.h42 if (failed_) { in Start()
103 failed_ = failed;
115 inline static bool failed_ = false; variable