Home
last modified time | relevance | path

Searched defs:CANCELED (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/useriam/fingerprint_auth/common/inc/
H A Dfingerprint_auth_defines.h40 CANCELED = 3, enumerator
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/
H A Dface_auth_defines.h26 CANCELED = 3, enumerator
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dfingerprint_auth_defines.h26 CANCELED = 3, enumerator
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h33 CANCELED, enumerator
/ohos5.0/base/useriam/face_auth/common/inc/
H A Dface_auth_defines.h47 CANCELED = 3, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dtask_utils_wrap.h26 CANCELED enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Dauth_common.h59 CANCELED = 2, enumerator
78 CANCELED = 12500003, enumerator
/ohos5.0/base/web/webview/interfaces/kits/napi/protos/
H A Dweb_download.proto26 CANCELED = 2; enumerator
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
H A Duser_iam_define.h50 CANCELED = 3, enumerator
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h41 CANCELED, enumerator
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h80 CANCELED = 3, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dcancelable_callback.h80 CANCELED, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_constant.h86 CANCELED = 2, enumerator
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.h43 enum ExecuteState { NOT_FOUND, WAITING, RUNNING, CANCELED, FINISHED, DELAYED, ENDING}; enumerator
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h165 CANCELED = 3, enumerator
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_types.h81 CANCELED = 3 enumerator
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dstate.rs26 const CANCELED: usize = 0b1_0000; const