/base/useriam/user_auth_framework/services/context/src/ |
H A D | simple_auth_context.cpp | 33 ResultCode SimpleAuthContext::GetPropertyForAuthResult(Authentication::AuthResultInfo &resultInfo) in GetPropertyForAuthResult() argument 40 resultInfo.nextFailLockoutDuration = FIRST_LOCKOUT_DURATION_OF_PIN; in GetPropertyForAuthResult() 42 resultInfo.nextFailLockoutDuration = FIRST_LOCKOUT_DURATION_EXCEPT_PIN; in GetPropertyForAuthResult() 44 if (resultInfo.result != FAIL && resultInfo.result != LOCKED) { in GetPropertyForAuthResult() 45 IAM_LOGI("no need GetPropertyFromExecutor, nextLockDuration:%{public}d", resultInfo.nextFailLockoutDuration); in GetPropertyForAuthResult() 69 resultInfo.nextFailLockoutDuration); in GetPropertyForAuthResult() 72 bool getFreezingTimeRet = values.GetInt32Value(Attributes::ATTR_FREEZING_TIME, resultInfo.freezingTime); in GetPropertyForAuthResult() 74 bool getRemainTimesRet = values.GetInt32Value(Attributes::ATTR_REMAIN_TIMES, resultInfo.remainTimes); in GetPropertyForAuthResult() 78 resultInfo in GetPropertyForAuthResult() 135 Authentication::AuthResultInfo resultInfo = {}; OnResult() local 179 UpdateScheduleResult(const std::shared_ptr<Attributes> &scheduleResultAttr, Authentication::AuthResultInfo &resultInfo) UpdateScheduleResult() argument 196 SetCredentialDigest(const Authentication::AuthResultInfo &resultInfo, Attributes &finalResult) const SetCredentialDigest() argument [all...] |
H A D | identify_context.cpp | 65 Identification::IdentifyResultInfo resultInfo = {}; in OnResult() local 66 bool updateRet = UpdateScheduleResult(scheduleResultAttr, resultInfo); in OnResult() 72 resultInfo.result = resultCode; in OnResult() 74 InvokeResultCallback(resultInfo); in OnResult() 96 Identification::IdentifyResultInfo &resultInfo) in UpdateScheduleResult() 103 bool updateRet = identify_->Update(scheduleResult, resultInfo); in UpdateScheduleResult() 112 void IdentifyContext::InvokeResultCallback(const Identification::IdentifyResultInfo &resultInfo) const in InvokeResultCallback() 117 bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback() 119 bool setUserIdRet = finalResult.SetInt32Value(Attributes::ATTR_USER_ID, resultInfo.userId); in InvokeResultCallback() 121 if (resultInfo in InvokeResultCallback() 95 UpdateScheduleResult(const std::shared_ptr<Attributes> &scheduleResultAttr, Identification::IdentifyResultInfo &resultInfo) UpdateScheduleResult() argument [all...] |
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback.cpp | 166 AppExecFwk::PacMap resultInfo; in StartDtmfResult() local 167 resultInfo.PutIntValue("result", result); in StartDtmfResult() 169 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in StartDtmfResult() 175 AppExecFwk::PacMap resultInfo; in StopDtmfResult() local 176 resultInfo.PutIntValue("result", result); in StopDtmfResult() 178 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in StopDtmfResult() 184 AppExecFwk::PacMap resultInfo; in SendUssdResult() local 185 resultInfo.PutIntValue("result", result); in SendUssdResult() 187 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in SendUssdResult() 205 AppExecFwk::PacMap resultInfo; in GetImsCallDataResult() local 216 AppExecFwk::PacMap resultInfo; UpdateGetWaitingResult() local 228 AppExecFwk::PacMap resultInfo; UpdateSetWaitingResult() local 239 AppExecFwk::PacMap resultInfo; UpdateGetRestrictionResult() local 250 AppExecFwk::PacMap resultInfo; UpdateSetRestrictionResult() local 259 AppExecFwk::PacMap resultInfo; UpdateSetRestrictionPasswordResult() local 267 AppExecFwk::PacMap resultInfo; UpdateGetTransferResult() local 286 AppExecFwk::PacMap resultInfo; UpdateSetTransferResult() local 296 AppExecFwk::PacMap resultInfo; UpdateGetCallClipResult() local 308 AppExecFwk::PacMap resultInfo; UpdateGetCallClirResult() local 319 AppExecFwk::PacMap resultInfo; UpdateSetCallClirResult() local 328 AppExecFwk::PacMap resultInfo; StartRttResult() local 337 AppExecFwk::PacMap resultInfo; StopRttResult() local 345 AppExecFwk::PacMap resultInfo; GetImsConfigResult() local 355 AppExecFwk::PacMap resultInfo; SetImsConfigResult() local 364 AppExecFwk::PacMap resultInfo; GetImsFeatureValueResult() local 374 AppExecFwk::PacMap resultInfo; SetImsFeatureValueResult() local 436 AppExecFwk::PacMap resultInfo; InviteToConferenceResult() local 445 AppExecFwk::PacMap resultInfo; CloseUnFinishedUssdResult() local [all...] |
/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | call_manager_callback_test.cpp | 47 int32_t CallManagerCallbackTest::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument 53 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl in OnReportAsyncResults() 54 << "status:" << (int32_t)resultInfo.GetIntValue("status", -1) << std::endl in OnReportAsyncResults() 55 << "classCw:" << (int32_t)resultInfo.GetIntValue("classCw", -1) << std::endl; in OnReportAsyncResults() 58 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl; in OnReportAsyncResults() 61 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl in OnReportAsyncResults() 62 << "status:" << (int32_t)resultInfo.GetIntValue("status", -1) << std::endl in OnReportAsyncResults() 63 << "classCw:" << (int32_t)resultInfo.GetIntValue("classCw", -1) << std::endl; in OnReportAsyncResults() 66 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl; in OnReportAsyncResults() 69 std::cout << "result:" << (int32_t)resultInfo in OnReportAsyncResults() [all...] |
/base/useriam/user_auth_framework/services/core/src/ |
H A D | authentication_impl.cpp | 142 bool AuthenticationImpl::Update(const std::vector<uint8_t> &scheduleResult, AuthResultInfo &resultInfo) in Update() argument 163 resultInfo.result = static_cast<decltype(resultInfo.result)>(info.result); in Update() 164 resultInfo.freezingTime = info.lockoutDuration; in Update() 165 resultInfo.remainTimes = info.remainAttempts; in Update() 166 resultInfo.token = info.token; in Update() 167 resultInfo.rootSecret = info.rootSecret; in Update() 168 resultInfo.pinExpiredInfo = info.pinExpiredInfo; in Update() 169 resultInfo.credentialDigest = enrolledState.credentialDigest; in Update() 170 resultInfo in Update() [all...] |
H A D | enrollment_impl.cpp | 185 HdiEnrollResultInfo resultInfo = {}; in Update() local 186 auto result = hdi->UpdateEnrollmentResult(enrollPara_.userId, scheduleResult, resultInfo); in Update() 195 credentialId = resultInfo.credentialId; in Update() 196 pinInfo = Common::MakeShared<UpdatePinParamImpl>(resultInfo.oldInfo.credentialId, resultInfo.oldRootSecret, in Update() 197 resultInfo.rootSecret, resultInfo.authToken); in Update() 205 info = Common::MakeShared<CredentialInfoImpl>(enrollPara_.userId, resultInfo.oldInfo); in Update() 218 PublishPinEvent(resultInfo.oldInfo.credentialId); in Update()
|
H A D | identification_impl.cpp | 103 bool IdentificationImpl::Update(const std::vector<uint8_t> &scheduleResult, IdentifyResultInfo &resultInfo) in Update() argument 119 resultInfo.result = info.result; in Update() 120 resultInfo.userId = info.userId; in Update() 121 resultInfo.token = info.token; in Update()
|
/base/security/device_security_level/services/sa/lite/mini/ |
H A D | dslm_inner_process.c | 47 DeviceSecurityInfo *resultInfo = (DeviceSecurityInfo *)MALLOC(sizeof(DeviceSecurityInfo)); in SetRemoteStubStatus() local 48 if (resultInfo == NULL) { in SetRemoteStubStatus() 52 resultInfo->magicNum = SECURITY_MAGIC; in SetRemoteStubStatus() 53 resultInfo->result = status; in SetRemoteStubStatus() 54 resultInfo->level = 0; in SetRemoteStubStatus() 57 callback(identity, resultInfo); in SetRemoteStubStatus() 123 DeviceSecurityInfo *resultInfo = (DeviceSecurityInfo *)MALLOC(sizeof(DeviceSecurityInfo)); in ProcessCallback() local 124 if (resultInfo == NULL) { in ProcessCallback() 128 resultInfo->magicNum = SECURITY_MAGIC; in ProcessCallback() 129 resultInfo in ProcessCallback() [all...] |
/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_ability_callback.h | 82 int32_t UpdateAsyncResultsInfo(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo); 105 int32_t ReportGetWaitingInfo(AppExecFwk::PacMap &resultInfo); 106 int32_t ReportSetWaitingInfo(AppExecFwk::PacMap &resultInfo); 107 int32_t ReportGetRestrictionInfo(AppExecFwk::PacMap &resultInfo); 108 int32_t ReportSetRestrictionInfo(AppExecFwk::PacMap &resultInfo); 109 int32_t ReportSetRestrictionPassword(AppExecFwk::PacMap &resultInfo); 110 int32_t ReportGetTransferInfo(AppExecFwk::PacMap &resultInfo); 111 int32_t ReportSetTransferInfo(AppExecFwk::PacMap &resultInfo); 113 static void ReportWaitAndLimitInfo(AppExecFwk::PacMap &resultInfo, EventCallback supplementInfo); 115 static void ReportSupplementInfo(AppExecFwk::PacMap &resultInfo, EventCallbac [all...] |
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | activating.cpp | 57 std::shared_ptr<SetupDataCallResultInfo> resultInfo = event->GetSharedObject<SetupDataCallResultInfo>(); in RilActivatePdpContextDone() local 58 if (resultInfo == nullptr) { in RilActivatePdpContextDone() 59 TELEPHONY_LOGI("resultInfo null, goto RilErrorResponse"); in RilActivatePdpContextDone() 63 resultInfo->active, resultInfo->flag, resultInfo->cid, resultInfo->reason); in RilActivatePdpContextDone() 64 if (stateMachine->connectId_ != resultInfo->flag) { in RilActivatePdpContextDone() 65 TELEPHONY_LOGE("connectId is %{public}d, flag is %{public}d", stateMachine->connectId_, resultInfo->flag); in RilActivatePdpContextDone() 73 stateMachine->SetCid(resultInfo in RilActivatePdpContextDone() [all...] |
H A D | active.cpp | 145 auto resultInfo = event->GetSharedObject<SetupDataCallResultInfo>(); in ProcessLostConnection() local 146 if (resultInfo == nullptr) { in ProcessLostConnection() 147 TELEPHONY_LOGE("resultInfo null"); in ProcessLostConnection() 163 inActive->SetDataCallResultInfo(resultInfo); in ProcessLostConnection() 258 std::shared_ptr<SetupDataCallResultInfo> resultInfo = event->GetSharedObject<SetupDataCallResultInfo>(); in ProcessDataConnectionComplete() local 259 if (resultInfo == nullptr) { in ProcessDataConnectionComplete() 268 resultInfo->flag = shareStateMachine->apnId_; in ProcessDataConnectionComplete() 277 CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION_COMPLETE, resultInfo); in ProcessDataConnectionComplete()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_ability_callback_stub.cpp | 140 AppExecFwk::PacMap resultInfo; in OnUpdateAysncResults() local 142 resultInfo.PutIntValue("result", data.ReadInt32()); in OnUpdateAysncResults() 146 resultInfo.PutIntValue("status", data.ReadInt32()); in OnUpdateAysncResults() 147 resultInfo.PutIntValue("classCw", data.ReadInt32()); in OnUpdateAysncResults() 150 resultInfo.PutIntValue("status", data.ReadInt32()); in OnUpdateAysncResults() 151 resultInfo.PutIntValue("classx", data.ReadInt32()); in OnUpdateAysncResults() 152 resultInfo.PutStringValue("number", data.ReadString()); in OnUpdateAysncResults() 153 resultInfo.PutIntValue("type", data.ReadInt32()); in OnUpdateAysncResults() 154 resultInfo.PutIntValue("reason", data.ReadInt32()); in OnUpdateAysncResults() 155 resultInfo in OnUpdateAysncResults() 257 AppExecFwk::PacMap resultInfo; OnUpdateOttCallRequest() local [all...] |
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 402 SsBaseResult resultInfo;
in OnSetClipResponseInner() local 403 resultInfo.index = data.ReadInt32();
in OnSetClipResponseInner() 404 resultInfo.result = data.ReadInt32();
in OnSetClipResponseInner() 405 resultInfo.reason = data.ReadInt32();
in OnSetClipResponseInner() 406 resultInfo.message = data.ReadString();
in OnSetClipResponseInner() 407 if (resultInfo.index == INVALID_INDEX) {
in OnSetClipResponseInner() 410 reply.WriteInt32(SetClipResponse(slotId, resultInfo));
in OnSetClipResponseInner() 454 SsBaseResult resultInfo;
in OnSetClirResponseInner() local 455 resultInfo.index = data.ReadInt32();
in OnSetClirResponseInner() 456 resultInfo in OnSetClirResponseInner() 509 SsBaseResult resultInfo; OnSetCallTransferResponseInner() local 543 SsBaseResult resultInfo; OnSetCallRestrictionResponseInner() local 577 SsBaseResult resultInfo; OnSetCallWaitingResponseInner() local 593 SsBaseResult resultInfo; OnSetColrResponseInner() local 627 SsBaseResult resultInfo; OnSetColpResponseInner() local 979 SetClipResponse(int32_t slotId, const SsBaseResult &resultInfo) SetClipResponse() argument 1045 SetClirResponse(int32_t slotId, const SsBaseResult &resultInfo) SetClirResponse() argument 1093 SetCallTransferResponse(int32_t slotId, const SsBaseResult &resultInfo) SetCallTransferResponse() argument 1151 SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) SetCallRestrictionResponse() argument 1199 SetCallWaitingResponse(int32_t slotId, const SsBaseResult &resultInfo) SetCallWaitingResponse() argument 1216 SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) SetColrResponse() argument 1247 SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) SetColpResponse() argument 1432 SendEvent(int32_t slotId, int32_t eventId, const SsBaseResult &resultInfo) SendEvent() argument [all...] |
H A D | ims_call_callback_proxy.cpp | 256 int32_t ImsCallCallbackProxy::SetClipResponse(int32_t slotId, const SsBaseResult &resultInfo)
in SetClipResponse() argument 259 int32_t ret = WriteSsBaseResultCommonInfo(slotId, __FUNCTION__, in, resultInfo);
in SetClipResponse() 301 int32_t ImsCallCallbackProxy::SetClirResponse(int32_t slotId, const SsBaseResult &resultInfo)
in SetClirResponse() argument 304 int32_t ret = WriteSsBaseResultCommonInfo(slotId, __FUNCTION__, in, resultInfo);
in SetClirResponse() 337 int32_t ImsCallCallbackProxy::SetCallTransferResponse(int32_t slotId, const SsBaseResult &resultInfo)
in SetCallTransferResponse() argument 340 int32_t ret = WriteSsBaseResultCommonInfo(slotId, __FUNCTION__, in, resultInfo);
in SetCallTransferResponse() 365 int32_t ImsCallCallbackProxy::SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo)
in SetCallRestrictionResponse() argument 368 int32_t ret = WriteSsBaseResultCommonInfo(slotId, __FUNCTION__, in, resultInfo);
in SetCallRestrictionResponse() 393 int32_t ImsCallCallbackProxy::SetCallWaitingResponse(int32_t slotId, const SsBaseResult &resultInfo)
in SetCallWaitingResponse() argument 396 int32_t ret = WriteSsBaseResultCommonInfo(slotId, __FUNCTION__, in, resultInfo);
in SetCallWaitingResponse() 404 SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) SetColrResponse() argument 432 SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) SetColpResponse() argument [all...] |
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | simple_auth_context.h | 51 Authentication::AuthResultInfo &resultInfo); 53 void InvokeResultCallback(const Authentication::AuthResultInfo &resultInfo) const; 55 ResultCode GetPropertyForAuthResult(Authentication::AuthResultInfo &resultInfo); 56 bool SetCredentialDigest(const Authentication::AuthResultInfo &resultInfo,
|
H A D | identify_context.h | 43 Identification::IdentifyResultInfo &resultInfo); 44 void InvokeResultCallback(const Identification::IdentifyResultInfo &resultInfo) const;
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 227 * @param resultInfo Indicates the result info of ss command.
230 virtual int32_t SetClipResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
257 * @param resultInfo Indicates the result info of ss command.
260 virtual int32_t SetClirResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
277 * @param resultInfo Indicates the result info of ss command.
280 virtual int32_t SetCallTransferResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
297 * @param resultInfo Indicates the result info of ss command.
300 virtual int32_t SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
317 * @param resultInfo Indicates the result info of ss command.
320 virtual int32_t SetCallWaitingResponse(int32_t slotId, const SsBaseResult &resultInfo) [all...] |
H A D | ims_call_callback_proxy.h | 58 int32_t SetClipResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
61 int32_t SetClirResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
63 int32_t SetCallTransferResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
65 int32_t SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
67 int32_t SetCallWaitingResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
68 int32_t SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
70 int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
|
H A D | ims_call_callback_stub.h | 61 int32_t SetClipResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
64 int32_t SetClirResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
66 int32_t SetCallTransferResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
68 int32_t SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
70 int32_t SetCallWaitingResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
71 int32_t SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
73 int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
149 int32_t SendEvent(int32_t slotId, int32_t eventId, const SsBaseResult &resultInfo);
|
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_ability_callback_proxy.cpp | 109 int32_t CallAbilityCallbackProxy::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument 118 PackDataParcel(reportId, resultInfo, dataParcel); in OnReportAsyncResults() 160 CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) in PackDataParcel() 163 dataParcel.WriteInt32(resultInfo.GetIntValue("result")); in PackDataParcel() 167 dataParcel.WriteInt32(resultInfo.GetIntValue("status")); in PackDataParcel() 168 dataParcel.WriteInt32(resultInfo.GetIntValue("classCw")); in PackDataParcel() 171 dataParcel.WriteInt32(resultInfo.GetIntValue("status")); in PackDataParcel() 172 dataParcel.WriteInt32(resultInfo.GetIntValue("classx")); in PackDataParcel() 173 dataParcel.WriteString(resultInfo.GetStringValue("number")); in PackDataParcel() 174 dataParcel.WriteInt32(resultInfo in PackDataParcel() 159 PackDataParcel( CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) PackDataParcel() argument [all...] |
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_ability_callback.cpp | 49 [this](AppExecFwk::PacMap &resultInfo) { return ReportGetWaitingInfo(resultInfo); }; in NapiCallAbilityCallback() 51 [this](AppExecFwk::PacMap &resultInfo) { return ReportSetWaitingInfo(resultInfo); }; in NapiCallAbilityCallback() 53 [this](AppExecFwk::PacMap &resultInfo) { return ReportGetRestrictionInfo(resultInfo); }; in NapiCallAbilityCallback() 55 [this](AppExecFwk::PacMap &resultInfo) { return ReportSetRestrictionInfo(resultInfo); }; in NapiCallAbilityCallback() 57 [this](AppExecFwk::PacMap &resultInfo) { return ReportSetRestrictionPassword(resultInfo); }; in NapiCallAbilityCallback() 386 ReportStartRttInfo(AppExecFwk::PacMap &resultInfo) ReportStartRttInfo() argument 432 ReportStopRttInfo(AppExecFwk::PacMap &resultInfo) ReportStopRttInfo() argument 826 UpdateAsyncResultsInfo( const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) UpdateAsyncResultsInfo() argument 1085 ReportGetWaitingInfo(AppExecFwk::PacMap &resultInfo) ReportGetWaitingInfo() argument 1132 ReportCloseUnFinishedUssdInfo(AppExecFwk::PacMap &resultInfo) ReportCloseUnFinishedUssdInfo() argument 1179 ReportSetWaitingInfo(AppExecFwk::PacMap &resultInfo) ReportSetWaitingInfo() argument 1226 ReportGetRestrictionInfo(AppExecFwk::PacMap &resultInfo) ReportGetRestrictionInfo() argument 1273 ReportSetRestrictionInfo(AppExecFwk::PacMap &resultInfo) ReportSetRestrictionInfo() argument 1319 ReportSetRestrictionPassword(AppExecFwk::PacMap &resultInfo) ReportSetRestrictionPassword() argument 1366 ReportGetTransferInfo(AppExecFwk::PacMap &resultInfo) ReportGetTransferInfo() argument 1418 ReportSetTransferInfo(AppExecFwk::PacMap &resultInfo) ReportSetTransferInfo() argument 1479 ReportWaitAndLimitInfo(AppExecFwk::PacMap &resultInfo, EventCallback supplementInfo) ReportWaitAndLimitInfo() argument 1536 ReportSupplementInfo(AppExecFwk::PacMap &resultInfo, EventCallback supplementInfo) ReportSupplementInfo() argument 1596 ReportExecutionResult(EventCallback &settingInfo, AppExecFwk::PacMap &resultInfo) ReportExecutionResult() argument 1656 ReportStartRttInfo(AppExecFwk::PacMap &resultInfo, EventCallback supplementInfo) ReportStartRttInfo() argument 1711 ReportStopRttInfo(AppExecFwk::PacMap &resultInfo, EventCallback supplementInfo) ReportStopRttInfo() argument 1766 ReportCallOtt( EventCallback &settingInfo, AppExecFwk::PacMap &resultInfo, OttCallRequestId requestId) ReportCallOtt() argument [all...] |
/base/security/device_security_level/oem_property/ohos/common/ |
H A D | dslm_ohos_verify.c | 238 struct DslmInfoInCertChain resultInfo; in VerifyStandardDslmCred() local 239 int32_t ret = InitDslmInfoInCertChain(&resultInfo); in VerifyStandardDslmCred() 247 ret = ValidateCertChainAdapter(credBuff->credVal, credBuff->credLen, &resultInfo); in VerifyStandardDslmCred() 254 ret = VerifyNonceOfCertChain(resultInfo.nonceStr, device, challenge); in VerifyStandardDslmCred() 261 ret = VerifyDslmCredential(resultInfo.credStr, credInfo, NULL); in VerifyStandardDslmCred() 273 DestroyDslmInfoInCertChain(&resultInfo); in VerifyStandardDslmCred()
|
H A D | external_interface_adapter.h | 34 int32_t ValidateCertChainAdapter(const uint8_t *data, uint32_t dataLen, struct DslmInfoInCertChain *resultInfo);
|
/base/telephony/call_manager/services/call_report/include/ |
H A D | call_ability_callback_proxy.h | 35 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override; 47 void PackDataParcel(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel);
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | simple_auth_context_test.cpp | 444 .WillOnce([](const std::vector<uint8_t> &scheduleResult, Authentication::AuthResultInfo &resultInfo) { in HWTEST_F() 510 .WillOnce([](const std::vector<uint8_t> &scheduleResult, Authentication::AuthResultInfo &resultInfo) { in HWTEST_F() 512 resultInfo.result = testResultCode; in HWTEST_F() 513 resultInfo.freezingTime = testFreezingTime; in HWTEST_F() 514 resultInfo.remainTimes = testRemainTimes; in HWTEST_F() 515 resultInfo.token = testSignature; in HWTEST_F() 546 .WillOnce([](const std::vector<uint8_t> &scheduleResult, Authentication::AuthResultInfo &resultInfo) { in HWTEST_F() 548 resultInfo.result = testResultCode; in HWTEST_F() 549 resultInfo.freezingTime = testFreezingTime; in HWTEST_F() 550 resultInfo in HWTEST_F() [all...] |