| /base/msdp/device_status/tools/vdev/json/ |
| D | simulate_raw_touchscreen_dragging.json | 5 { "type": 3, "code": 53, "value": 390 }, number 6 { "type": 3, "code": 54, "value": 1033 }, number 7 { "type": 3, "code": 57, "value": 0 }, number 8 { "type": 0, "code": 2, "value": 0 }, number 9 { "type": 1, "code": 330, "value": 1 }, number 10 { "type": 0, "code": 2, "value": 0 }, number 11 { "type": 0, "code": 0, "value": 0 }, number 12 { "type": 3, "code": 53, "value": 390 }, number 13 { "type": 3, "code": 54, "value": 1033 }, number 14 { "type": 3, "code": 57, "value": 0 }, number [all …]
|
| D | simulate_raw_mouse_dragging.json | 5 { "type": 4, "code": 4, "value": 30 }, number 6 { "type": 1, "code": 272, "value": 1 }, number 7 { "type": 0, "code": 0, "value": 0 }, number 8 { "type": 2, "code": 0, "value": 1 }, number 9 { "type": 2, "code": 1, "value": -3 }, number 10 { "type": 0, "code": 0, "value": 0 }, number 11 { "type": 2, "code": 0, "value": 2 }, number 12 { "type": 2, "code": 1, "value": -2 }, number 13 { "type": 0, "code": 0, "value": 0 }, number 14 { "type": 2, "code": 1, "value": -3 }, number [all …]
|
| D | simulate_raw_mouse_operation.json | 5 { "type": 4, "code": 4, "value": 30 }, number 6 { "type": 1, "code": 273, "value": 1 }, number 7 { "type": 0, "code": 0, "value": 0 }, number 8 { "type": 2, "code": 0, "value": 4 }, number 9 { "type": 2, "code": 1, "value": -3 }, number 10 { "type": 0, "code": 0, "value": 0 }, number 11 { "type": 2, "code": 0, "value": 2 }, number 12 { "type": 2, "code": 1, "value": -2 }, number 13 { "type": 0, "code": 0, "value": 0 }, number 14 { "type": 2, "code": 1, "value": -3 }, number [all …]
|
| D | simulate_raw_keyboard_clicks.json | 5 { "type": 4, "code": 4, "value": 30 }, number 6 { "type": 1, "code": 42, "value": 1 }, number 7 { "type": 0, "code": 0, "value": 0 }, number 8 { "type": 4, "code": 4, "value": 30 }, number 9 { "type": 1, "code": 35, "value": 1 }, number 10 { "type": 0, "code": 0, "value": 0 }, number 11 { "type": 4, "code": 4, "value": 30 }, number 12 { "type": 1, "code": 35, "value": 0 }, number 13 { "type": 0, "code": 0, "value": 0 }, number 14 { "type": 4, "code": 4, "value": 30 }, number [all …]
|
| /base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/ |
| D | enterprise_device_mgr_stub_mock.cpp | 106 int EnterpriseDeviceMgrStubMock::InvokeSendRequestEnableAdmin(uint32_t code, MessageParcel &data, M… in InvokeSendRequestEnableAdmin() argument 109 …GTEST_LOG_(INFO) << "mock EnterpriseDeviceMgrStubMock InvokeSendRequestEnableAdmin code :" << code; in InvokeSendRequestEnableAdmin() 110 code_ = code; in InvokeSendRequestEnableAdmin() 118 int EnterpriseDeviceMgrStubMock::InvokeSendRequestMapEnableAdminTwoSuc(uint32_t code, MessageParcel… in InvokeSendRequestMapEnableAdminTwoSuc() argument 121 …_(INFO) << "mock EnterpriseDeviceMgrStubMock InvokeSendRequestMapEnableAdminTwoSuc code :" << code; in InvokeSendRequestMapEnableAdminTwoSuc() 122 code_ = code; in InvokeSendRequestMapEnableAdminTwoSuc() 132 int EnterpriseDeviceMgrStubMock::InvokeSendRequestSetPolicy(uint32_t code, MessageParcel &data, Mes… in InvokeSendRequestSetPolicy() argument 135 … GTEST_LOG_(INFO) << "mock EnterpriseDeviceMgrStubMock InvokeSendRequestGetPolicy code :" << code; in InvokeSendRequestSetPolicy() 136 code_ = code; in InvokeSendRequestSetPolicy() 141 int EnterpriseDeviceMgrStubMock::InvokeSendRequestGetPolicy(uint32_t code, MessageParcel &data, Mes… in InvokeSendRequestGetPolicy() argument [all …]
|
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| D | napi_init.cpp | 90 napi_value code = nullptr; in CreateAsyKeySpecItemCode() local 91 napi_create_object(env, &code); in CreateAsyKeySpecItemCode() 93 AddUint32Property(env, code, "DSA_P_BN", DSA_P_BN); in CreateAsyKeySpecItemCode() 94 AddUint32Property(env, code, "DSA_Q_BN", DSA_Q_BN); in CreateAsyKeySpecItemCode() 95 AddUint32Property(env, code, "DSA_G_BN", DSA_G_BN); in CreateAsyKeySpecItemCode() 96 AddUint32Property(env, code, "DSA_SK_BN", DSA_SK_BN); in CreateAsyKeySpecItemCode() 97 AddUint32Property(env, code, "DSA_PK_BN", DSA_PK_BN); in CreateAsyKeySpecItemCode() 99 AddUint32Property(env, code, "ECC_FP_P_BN", ECC_FP_P_BN); in CreateAsyKeySpecItemCode() 100 AddUint32Property(env, code, "ECC_A_BN", ECC_A_BN); in CreateAsyKeySpecItemCode() 101 AddUint32Property(env, code, "ECC_B_BN", ECC_B_BN); in CreateAsyKeySpecItemCode() [all …]
|
| /base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
| D | notification_manager_ffi.cpp | 29 auto code = NotificationManagerImplV2::Publish(request); in FfiOHOSNotificationManagerPublishV2() local 30 return code; in FfiOHOSNotificationManagerPublishV2() 35 auto code = NotificationManagerImplV2::Cancel(id, label); in FfiOHOSNotificationManagerCancelV2() local 36 return code; in FfiOHOSNotificationManagerCancelV2() 41 auto code = NotificationManagerImplV2::CancelAll(); in FfiOHOSNotificationManagerCancelAllV2() local 42 return code; in FfiOHOSNotificationManagerCancelAllV2() 47 auto code = NotificationManagerImplV2::AddSlot(type); in FfiOHOSNotificationManagerAddSlotV2() local 48 return code; in FfiOHOSNotificationManagerAddSlotV2() 65 auto code = NotificationManagerImplV2::RemoveSlot(type); in FfiOHOSNotificationManagerRemoveSlot() local 66 return code; in FfiOHOSNotificationManagerRemoveSlot() [all …]
|
| D | notification_manager_impl.cpp | 67 int code = NotificationHelper::PublishNotification(request); in Publish() local 68 return ErrorToExternal(code); in Publish() 73 int code = NotificationHelper::CancelNotification(label, id); in Cancel() local 74 return ErrorToExternal(code); in Cancel() 79 int code = NotificationHelper::CancelAllNotifications(); in CancelAll() local 80 return ErrorToExternal(code); in CancelAll() 89 int code = NotificationHelper::AddSlotByType(slot); in AddSlot() local 90 return ErrorToExternal(code); in AddSlot() 157 int code = NotificationHelper::RemoveNotificationSlot(slot); in RemoveSlot() local 158 return ErrorToExternal(code); in RemoveSlot() [all …]
|
| /base/global/i18n/services/ |
| D | II18nServiceAbility.idl | 17 void SetSystemLanguage([in] String language, [out] int code); 18 void SetSystemRegion([in] String region, [out] int code); 19 void SetSystemLocale([in] String locale, [out] int code); 20 void Set24HourClock([in] String flag, [out] int code); 21 void SetUsingLocalDigit([in] boolean flag, [out] int code); 22 void AddPreferredLanguage([in] String language, [in] int index, [out] int code); 23 void RemovePreferredLanguage([in] int index, [out] int code); 24 void SetTemperatureType([in] int type, [out] int code); 25 void SetFirstDayOfWeek([in] int type, [out] int code); 26 void GetSystemCollations([inout] Map<String, String> systemCollations, [out] int code); [all …]
|
| /base/security/code_signature/ |
| D | README.md | 1 # Code Signature 5 …code signature component implements the code signing mechanism of OpenHarmony, which provides vali… 7 Architecture of the code signature component 11 The code signature component provides the following functions: 13 - Trusted certificate management: imports the device certificate and local code signing certificate… 14 - Code signing enabling: provides APIs in user mode to enable code signing of apps or code files du… 15 - Local code signing: runs the signing service on the device and provides interfaces to sign local … 16 - Code attribute setting: provides APIs for setting the code owner ID and initializing the XPM regi… 24 │ ├── code_sign_attr_utils # APIs for setting code signing attributes 25 │ ├── code_sign_utils # APIs for enabling code signing [all …]
|
| /base/powermgr/power_manager/frameworks/ets/taihe/power/src/ |
| D | ohos.power.impl.cpp | 79 PowerErrors code = g_powerMgrClient.ShutDownDevice(std::string(reason)); in Shutdown() local 80 if (code != PowerErrors::ERR_OK && code != PowerErrors::ERR_FAILURE) { in Shutdown() 81 taihe::set_business_error(static_cast<int32_t>(code), g_errorTable[code]); in Shutdown() 89 PowerErrors code = g_powerMgrClient.RebootDevice(std::string(reason)); in Reboot() local 90 if (code != PowerErrors::ERR_OK && code != PowerErrors::ERR_FAILURE) { in Reboot() 91 taihe::set_business_error(static_cast<int32_t>(code), g_errorTable[code]); in Reboot() 104 PowerErrors code = g_powerMgrClient.WakeupDevice( in Wakeup() local 106 if (code != PowerErrors::ERR_OK && code != PowerErrors::ERR_FAILURE) { in Wakeup() 107 taihe::set_business_error(static_cast<int32_t>(code), g_errorTable[code]); in Wakeup() 115 PowerErrors code; in Suspend() local [all …]
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| D | thermal_mock_stub_getdescriptor_test.cpp | 44 uint32_t code = 0; variable 50 …EXPECT_TRUE(E_GET_THERMAL_SERVICE_FAILED == actionStub->OnRemoteRequest(code, data, reply, option)… 53 …EXPECT_TRUE(E_GET_THERMAL_SERVICE_FAILED == levelStub->OnRemoteRequest(code, data, reply, option)); 56 … EXPECT_TRUE(E_GET_THERMAL_SERVICE_FAILED == tempStub->OnRemoteRequest(code, data, reply, option)); 85 * @tc.desc: stub OnRemoteRequest Invalid code 91 uint32_t code = 9999; variable 98 int32_t ret = actionStub->OnRemoteRequest(code, data, reply, option); 99 EXPECT_EQ(ret, IPC_STUB_UNKNOW_TRANS_ERR) << "ret: " << ret << " code: " << code; 103 ret = levelStub->OnRemoteRequest(code, data, reply, option); 104 EXPECT_EQ(ret, IPC_STUB_UNKNOW_TRANS_ERR) << "ret: " << ret << " code: " << code; [all …]
|
| /base/powermgr/battery_lite/test/ |
| D | battery_test.js | 21 fail: function(data, code) { argument 22 console.log('fail to get battery Soc code:' + code + ', data: ' + data); 30 fail: function(data, code) { argument 31 console.log('fail to get battery ChargingStatus code:' + code + ', data: ' + data); 39 fail: function(data, code) { argument 40 console.log('fail to get battery HealthStatus code:' + code + ', data: ' + data); 48 fail: function(data, code) { argument 49 console.log('fail to get battery PluggedType code:' + code + ', data: ' + data); 57 fail: function(data, code) { argument 58 console.log('fail to get battery Voltage code:' + code + ', data: ' + data); [all …]
|
| /base/customization/enterprise_device_management/services/edm/src/ |
| D | enterprise_device_mgr_stub.cpp | 53 ErrCode EnterpriseDeviceMgrStub::OnRemoteRequestIdl(uint32_t code, MessageParcel &data, MessageParc… in OnRemoteRequestIdl() argument 56 EDMLOGI("EnterpriseDeviceMgrStub OnRemoteRequestIdl code %{public}u", code); in OnRemoteRequestIdl() 57 if (std::find(systemCodeList.begin(), systemCodeList.end(), code) != systemCodeList.end() && in OnRemoteRequestIdl() 62 return EnterpriseDeviceMgrIdlStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequestIdl() 66 int32_t EnterpriseDeviceMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel … in OnRemoteRequest() argument 70 if (SERVICE_FLAG(code)) { in OnRemoteRequest() 71 return OnRemoteRequestIdl(code, data, reply, option); in OnRemoteRequest() 75 EDMLOGI("EnterpriseDeviceMgrStub code %{public}u", code); in OnRemoteRequest() 77 …EDMLOGE("EnterpriseDeviceMgrStub code %{public}d client and service descriptors are inconsistent",… in OnRemoteRequest() 81 if (POLICY_FLAG(code)) { in OnRemoteRequest() [all …]
|
| /base/telephony/cellular_call/interfaces/innerkits/ims/ |
| D | ims_call_callback_interface.h | 35 * ranging from {@code 0} to the maximum card slot index number supported by the device. 37 * @return Returns {@code TELEPHONY_SUCCESS} on success, others on failure. 45 * ranging from {@code 0} to the maximum card slot index number supported by the device. 47 * @return Returns {@code TELEPHONY_SUCCESS} on success, others on failure. 55 * ranging from {@code 0} to the maximum card slot index number supported by the device. 57 * @return Returns {@code TELEPHONY_SUCCESS} on success, others on failure. 65 * ranging from {@code 0} to the maximum card slot index number supported by the device. 67 * @return Returns {@code TELEPHONY_SUCCESS} on success, others on failure. 75 * ranging from {@code 0} to the maximum card slot index number supported by the device. 77 * @return Returns {@code TELEPHONY_SUCCESS} on success, others on failure. [all …]
|
| /base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/include/ |
| D | enterprise_device_mgr_stub_mock.h | 75 …int InvokeSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opt… in InvokeSendRequest() argument 77 GTEST_LOG_(INFO) << "mock EnterpriseDeviceMgrStubMock InvokeSendRequest code :" << code; in InvokeSendRequest() 78 code_ = code; in InvokeSendRequest() 92 …int InvokeSendRequestEnableAdmin(uint32_t code, MessageParcel &data, MessageParcel &reply, Message… 94 …int InvokeSendRequestMapEnableAdminTwoSuc(uint32_t code, MessageParcel &data, MessageParcel &reply, 97 …int InvokeSendRequestSetPolicy(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… 99 …int InvokeSendRequestGetPolicy(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… 101 …int InvokeBoolSendRequestGetPolicy(uint32_t code, MessageParcel &data, MessageParcel &reply, Messa… 103 … int InvokeBoolSendRequestGetFirewallRule(uint32_t code, MessageParcel &data, MessageParcel &reply, 106 …int InvokeSendRequestGetDomainFilterRules(uint32_t code, MessageParcel &data, MessageParcel &reply, [all …]
|
| /base/global/i18n/services/include/ |
| D | i18n_service_ability.h | 35 ErrCode SetSystemLanguage(const std::string& language, int32_t& code) override; 36 ErrCode SetSystemRegion(const std::string& region, int32_t& code) override; 37 ErrCode SetSystemLocale(const std::string& locale, int32_t& code) override; 38 ErrCode Set24HourClock(const std::string& flag, int32_t& code) override; 39 ErrCode SetUsingLocalDigit(bool flag, int32_t& code) override; 40 … ErrCode AddPreferredLanguage(const std::string& language, int32_t index, int32_t& code) override; 41 ErrCode RemovePreferredLanguage(int32_t index, int32_t& code) override; 42 ErrCode SetTemperatureType(int32_t type, int32_t& code) override; 43 ErrCode SetFirstDayOfWeek(int32_t type, int32_t& code) override; 45 int32_t& code) override; [all …]
|
| /base/notification/distributed_notification_service/frameworks/cj/ffi/srcold/ |
| D | cj_notification_manager_ffi.cpp | 29 auto code = NotificationManagerImpl::Publish(request); in FfiOHOSNotificationManagerPublish() local 31 return code; in FfiOHOSNotificationManagerPublish() 37 auto code = NotificationManagerImpl::Cancel(id, label); in FfiOHOSNotificationManagerCancel() local 39 return code; in FfiOHOSNotificationManagerCancel() 45 auto code = NotificationManagerImpl::CancelAll(); in FfiOHOSNotificationManagerCancelAll() local 47 return code; in FfiOHOSNotificationManagerCancelAll() 53 auto code = NotificationManagerImpl::AddSlot(type); in FfiOHOSNotificationManagerAddSlot() local 55 return code; in FfiOHOSNotificationManagerAddSlot() 61 RetDataBool ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = 0 }; in FfiOHOSNotificationManagerIsNotificationEnabled() 65 ret.code = status; in FfiOHOSNotificationManagerIsNotificationEnabled() [all …]
|
| /base/customization/enterprise_device_management/test/fuzztest/adminserviceinterface_fuzzer/ |
| D | admin_service_interface_fuzzer.cpp | 37 …for (uint32_t code = EdmInterfaceCode::ADD_DEVICE_ADMIN; code <= EdmInterfaceCode::AUTHORIZE_ADMIN… in LLVMFuzzerTestOneInput() local 40 CommonFuzzer::OnRemoteRequestFuzzerTest(code, data, size, parcel); in LLVMFuzzerTestOneInput() 42 uint32_t code = (CommonFuzzer::GetU32Data(data)) % INTERFACE_CODE_DIVISOR; in LLVMFuzzerTestOneInput() local 43 if (code == EdmInterfaceCode::RESET_FACTORY || code == EdmInterfaceCode::SHUTDOWN || in LLVMFuzzerTestOneInput() 44 code == EdmInterfaceCode::REBOOT || code == EdmInterfaceCode::USB_READ_ONLY || in LLVMFuzzerTestOneInput() 45 code == EdmInterfaceCode::DISABLED_HDC || code == EdmInterfaceCode::DISABLE_USB || in LLVMFuzzerTestOneInput() 46 code < MIN_INTERAFCE_CODE) { in LLVMFuzzerTestOneInput() 50 code = POLICY_FUNC_CODE(operateType, code); in LLVMFuzzerTestOneInput() 53 CommonFuzzer::OnRemoteRequestFuzzerTest(code, data, size, parcel); in LLVMFuzzerTestOneInput()
|
| /base/powermgr/battery_manager/test/unittest/src/ |
| D | battery_srv_stub_test.cpp | 61 uint32_t code = 0; variable 63 int32_t ret = g_service->OnRemoteRequest(code, data, g_reply, g_option); 70 * @tc.desc: Test IBatterySrvIpcCode COMMAND_GET_CAPACITY to COMMAND_GET_REMAIN_ENERGY code 79 for (uint32_t code = begin; code <= end; ++code) { variable 81 int32_t ret = g_service->OnRemoteRequest(code, g_data, g_reply, g_option); 82 EXPECT_EQ(ret, ERR_OK) << "ret: " << ret << " code: " << code; 90 * @tc.desc: Test ResetProxy Invalid code 97 uint32_t code = -100; variable 99 int32_t ret = g_service->OnRemoteRequest(code, g_data, g_reply, g_option); 100 EXPECT_EQ(ret, IPC_STUB_UNKNOW_TRANS_ERR) << "ret: " << ret << " code: " << code; [all …]
|
| /base/global/i18n/services/src/ |
| D | i18n_service_ability_client.cpp | 49 int32_t code = 0; in SetSystemLanguage() local 50 ErrCode errCode = i18nServiceAbilityObj->SetSystemLanguage(language, code); in SetSystemLanguage() 56 return static_cast<I18nErrorCode>(code); in SetSystemLanguage() 67 int32_t code = 0; in SetSystemRegion() local 68 ErrCode errCode = i18nServiceAbilityObj->SetSystemRegion(region, code); in SetSystemRegion() 74 return static_cast<I18nErrorCode>(code); in SetSystemRegion() 85 int32_t code = 0; in SetSystemLocale() local 86 ErrCode errCode = i18nServiceAbilityObj->SetSystemLocale(locale, code); in SetSystemLocale() 92 return static_cast<I18nErrorCode>(code); in SetSystemLocale() 103 int32_t code = 0; in Set24HourClock() local [all …]
|
| /base/powermgr/power_manager/test/unittest/src/ |
| D | power_ext_intf_wrapper_test.cpp | 38 …PowerExtIntfWrapper::ErrCode code = PowerExtIntfWrapper::Instance().GetRebootCommand(rebootReason,… variable 39 …EXPECT_TRUE(code == PowerExtIntfWrapper::ErrCode::ERR_NOT_FOUND || code == PowerExtIntfWrapper::Er… 51 …PowerExtIntfWrapper::ErrCode code = PowerExtIntfWrapper::Instance().SubscribeScreenLockCommonEvent… variable 52 …EXPECT_TRUE(code == PowerExtIntfWrapper::ErrCode::ERR_NOT_FOUND || code == PowerExtIntfWrapper::Er… 53 code = PowerExtIntfWrapper::Instance().UnSubscribeScreenLockCommonEvent(); 54 …EXPECT_TRUE(code == PowerExtIntfWrapper::ErrCode::ERR_NOT_FOUND || code == PowerExtIntfWrapper::Er… 66 …PowerExtIntfWrapper::ErrCode code = PowerExtIntfWrapper::Instance().SubscribeScreenLockCommonEvent… variable 67 …EXPECT_TRUE(code == PowerExtIntfWrapper::ErrCode::ERR_NOT_FOUND || code == PowerExtIntfWrapper::Er… 68 code = PowerExtIntfWrapper::Instance().BlockHibernateUntilScrLckReady(); 69 …EXPECT_TRUE(code == PowerExtIntfWrapper::ErrCode::ERR_NOT_FOUND || code == PowerExtIntfWrapper::Er… [all …]
|
| /base/request/request/frameworks/native/cache_download/tests/ut/download/ |
| D | ut_error.rs | 21 code: u16, field 26 fn code(&self) -> u16 { in code() method 27 self.code in code() 40 // @tc.expect: CacheDownloadError instance created with correct code, message and kind 47 code: Some(404), in ut_cache_download_error_new() 52 assert_eq!(error.code(), 404); in ut_cache_download_error_new() 58 // @tc.desc: Test code() method returns correct value 60 // @tc.step: 1. Create CacheDownloadError with Some code 61 // 2. Call code() method 62 // 3. Verify returned value matches expected code [all …]
|
| /base/time/time_service/framework/cj/src/ |
| D | system_date_time_ffi.cpp | 37 RetDataI64 ret = { .code = INVALID_DATA_ID, .data = 0 }; in FfiOHOSSysDateTimegetCurrentTime() 40 ret.code = state; in FfiOHOSSysDateTimegetCurrentTime() 44 ret.code = state; in FfiOHOSSysDateTimegetCurrentTime() 51 RetDataI64 ret = { .code = INVALID_DATA_ID, .data = 0 }; in FfiOHOSSysDateTimegetRealActiveTime() 54 ret.code = state; in FfiOHOSSysDateTimegetRealActiveTime() 58 ret.code = state; in FfiOHOSSysDateTimegetRealActiveTime() 65 RetDataI64 ret = { .code = INVALID_DATA_ID, .data = 0 }; in FfiOHOSSysDateTimegetRealTime() 68 ret.code = state; in FfiOHOSSysDateTimegetRealTime() 72 ret.code = state; in FfiOHOSSysDateTimegetRealTime() 79 RetDataI64 ret = { .code = INVALID_DATA_ID, .data = 0 }; in FfiOHOSSysDateTimeGetTime() [all …]
|
| /base/tee/tee_os_framework/lib/teelib/libtee_stub/include/ |
| D | rpmb_fcntl.h | 49 * @return Returns {@code TEE_SUCCESS} if the operation is successful. 50 * Returns {@code TEE_ERROR_RPMB_GENERIC} if the RPMB controller general error. 51 * Returns {@code TEE_ERROR_RPMB_MAC_FAIL} if the RPMB controller MAC check error. 52 …* Returns {@code TEE_ERROR_RPMB_RESP_UNEXPECT_MAC} if the RPMB response data MAC check err… 62 * @return Returns {@code TEE_SUCCESS} if the operation is successful. 63 * Returns {@code TEE_ERROR_RPMB_GENERIC} if the RPMB controller general error. 64 * Returns {@code TEE_ERROR_RPMB_MAC_FAIL} if the RPMB controller MAC check error. 65 …* Returns {@code TEE_ERROR_RPMB_RESP_UNEXPECT_MAC} if the RPMB response data MAC check err… 84 * @return Returns {@code TEE_SUCCESS} if the operation is successful. 85 …* Returns {@code TEE_ERROR_BAD_PARAMETERS} if input parameter is incorrect, or the file na… [all …]
|