/base/tee/tee_client/services/teecd/src/ |
H A D | tee_load_dynamic_drv.c | 37 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 D | tee_ca_auth.c | 64 goto END;
in SendLoginInfo() 70 goto END;
in SendLoginInfo() 78 END:
in SendLoginInfo()
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | add_os_account_plugin.cpp | 56 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 D | input_method_utils.h | 124 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 D | tee_client.cpp | 431 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 D | cadaemon_stub.cpp | 366 goto END; in OpenSessionRecvProc() 375 END: in OpenSessionRecvProc() 439 goto END; in InvokeCommandRecvProc() 448 END: in InvokeCommandRecvProc()
|
H A D | cadaemon_service.cpp | 464 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 D | screenlock_service_test.cpp | 243 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 D | os_account_info.h | 29 END, // the upper bound of OsAccountType. enumerator
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 167 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 D | sys_cfg_parser.h | 58 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 D | checkosaccountconstraintenabledstub_fuzzer.cpp | 157 osAccountInfo.SetType(END); in ProcUpdateOsAccountWithFullInfoStubFuzzTest()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 283 } 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 D | add_os_account_plugin_test.cpp | 124 std::to_string(static_cast<int>(AccountSA::OsAccountType::END)))); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_event_service.cpp | 189 uploadStatus < UploadStatus::CREATE || uploadStatus > UploadStatus::END) { in SendLiveViewUploadHiSysEvent()
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_javascript_result_callback.h | 33 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 D | webview_javascript_result_callback.h | 49 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 D | tee_client_api.c | 674 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 D | activateosaccountstub_fuzzer.cpp | 77 osAccountInfo.SetType(END); in ProcCreateOsAccountWithFullInfoStubFuzzTest()
|
/base/update/updater/services/script/script_interpreter/ |
H A D | script_yacc.y | 97 %token END 0
|
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 424 (type_ >= OsAccountType::END); in IsTypeOutOfRange()
|
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 234 && type < static_cast<int32_t>(OHOS::AccountSA::OsAccountType::END)) { in CheckOsAccountType()
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 237 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 D | os_account_manager_service.cpp | 75 (type >= OsAccountType::END); in IsTypeOutOfRange()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1192 END, enumerator
|