Home
last modified time | relevance | path

Searched refs:END (Results 1 - 25 of 26) sorted by relevance

12

/base/tee/tee_client/services/teecd/src/
H A Dtee_load_dynamic_drv.c37 goto END; in LoadOneFile()
42 goto END; in LoadOneFile()
47 goto END; in LoadOneFile()
51 goto END; in LoadOneFile()
55 goto END; in LoadOneFile()
61 goto END; in LoadOneFile()
67 goto END; in LoadOneFile()
75 END: in LoadOneFile()
H A Dtee_ca_auth.c64 goto END; in SendLoginInfo()
70 goto END; in SendLoginInfo()
78 END: in SendLoginInfo()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dadd_os_account_plugin.cpp56 if (accountType == OHOS::AccountSA::OsAccountType::END) { in OnSetPolicy()
79 && type < static_cast<int32_t>(OHOS::AccountSA::OsAccountType::END)) { in ParseOsAccountType()
82 return OHOS::AccountSA::OsAccountType::END; in ParseOsAccountType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h124 enum Trigger : int32_t { IME_APP, IMF, END };
128 Trigger trigger{ END };
280 enum class InputType : int32_t { NONE = -1, CAMERA_INPUT = 0, SECURITY_INPUT, VOICE_INPUT, END };
/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp431 goto END; in OpenSession()
443 goto END; in OpenSession()
450 goto END; in OpenSession()
466 END: in OpenSession()
601 goto END; in TeecOptDecodePartialMem()
630 END: in TeecOptDecodePartialMem()
685 goto END; in TeecOptDecodeTempMem()
711 END: in TeecOptDecodeTempMem()
772 goto END; in OpenSessionSendCmd()
780 END in OpenSessionSendCmd()
[all...]
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_stub.cpp366 goto END; in OpenSessionRecvProc()
375 END: in OpenSessionRecvProc()
439 goto END; in InvokeCommandRecvProc()
448 END: in InvokeCommandRecvProc()
H A Dcadaemon_service.cpp464 goto END; in InitializeContext()
474 END: in InitializeContext()
902 goto END; in InvokeCommand()
912 goto END; in InvokeCommand()
916 goto END; in InvokeCommand()
926 END: in InvokeCommand()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp243 EventStatus status = EventStatus::END; in HWTEST_F()
265 EventStatus status = EventStatus::END; in HWTEST_F()
287 EventStatus status = EventStatus::END; in HWTEST_F()
309 EventStatus status = EventStatus::END; in HWTEST_F()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h29 END, // the upper bound of OsAccountType. enumerator
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp167 OsAccountType osAccountType = END; in RunAsCreateCommand()
171 if (name.size() == 0 || osAccountType == END) { in RunAsCreateCommand()
178 if (osAccountType == END) { in RunAsCreateCommand()
/base/inputmethod/imf/services/include/
H A Dsys_cfg_parser.h58 if (typeTemp <= static_cast<int32_t>(InputType::NONE) || typeTemp >= static_cast<int32_t>(InputType::END)) {
/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/
H A Dcheckosaccountconstraintenabledstub_fuzzer.cpp157 osAccountInfo.SetType(END); in ProcUpdateOsAccountWithFullInfoStubFuzzTest()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp283 } else if (status == EventStatus::END) { in OnScreenOff()
295 } else if (status == EventStatus::END) { in OnScreenOn()
328 } else if (status == EventStatus::END) { in OnWakeUp()
340 } else if (status == EventStatus::END) { in OnSleep()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dadd_os_account_plugin_test.cpp124 std::to_string(static_cast<int>(AccountSA::OsAccountType::END)))); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_event_service.cpp189 uploadStatus < UploadStatus::CREATE || uploadStatus > UploadStatus::END) { in SendLiveViewUploadHiSysEvent()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_result_callback.h33 enum class JavaScriptObjIdErrorCode : int32_t { WEBCONTROLLERERROR = -2, WEBVIEWCONTROLLERERROR = -1, END = 0 }; member in OHOS::Webview::JavaScriptOb::JavaScriptObjIdErrorCode
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h49 enum class JavaScriptObjIdErrorCode : int32_t { WEBCONTROLLERERROR = -2, WEBVIEWCONTROLLERERROR = -1, END = 0 }; member in OHOS::NWeb::JavaScriptOb::JavaScriptObjIdErrorCode
412 enum class NapiJsCallBackParmFlag : int32_t { ISOBJECT = 1, END = 2 }; member in OHOS::NWeb::JavaScriptOb::WebviewJavaScriptResultCallBack::NapiJsCallBackParmFlag
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c674 goto END; in SetLoginInfo()
712 END: in SetLoginInfo()
1043 goto END; in TEEC_OpenSession()
1061 goto END; in TEEC_OpenSession()
1068 END: in TEEC_OpenSession()
1220 goto END; in TEEC_InvokeCommand()
1231 END: in TEEC_InvokeCommand()
/base/account/os_account/test/fuzztest/osaccount_stub/activateosaccountstub_fuzzer/
H A Dactivateosaccountstub_fuzzer.cpp77 osAccountInfo.SetType(END); in ProcCreateOsAccountWithFullInfoStubFuzzTest()
/base/update/updater/services/script/script_interpreter/
H A Dscript_yacc.y97 %token END 0
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp424 (type_ >= OsAccountType::END); in IsTypeOutOfRange()
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp234 && type < static_cast<int32_t>(OHOS::AccountSA::OsAccountType::END)) { in CheckOsAccountType()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp237 errCode = osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::END, in HWTEST_F()
1123 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(OsAccountType::END, domainInfo, osAccountInfo), in HWTEST_F()
2117 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(OsAccountType::END, domainInfo, nullptr), in HWTEST_F()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp75 (type >= OsAccountType::END); in IsTypeOutOfRange()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1192 END, enumerator

Completed in 28 milliseconds

12