/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_local_live_view_button_test.cpp | 214 std::shared_ptr<NotificationLocalLiveViewButton> result = in HWTEST_F() local 217 if (nullptr != result) { in HWTEST_F() 218 if (nullptr == result->Unmarshalling(parcel)) { in HWTEST_F()
|
H A D | notification_local_live_view_content_test.cpp | 145 auto result = std::make_shared<NotificationLocalLiveViewContent>(); in HWTEST_F() local 147 if (nullptr != result) { in HWTEST_F() 148 if (nullptr == result->Unmarshalling(parcel)) { in HWTEST_F()
|
H A D | notification_conversational_message_test.cpp | 137 std::shared_ptr<NotificationConversationalMessage> result = in HWTEST_F() local 140 if (nullptr != result) { in HWTEST_F() 141 if (nullptr == result->Unmarshalling(parcel)) { in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 126 const napi_value &result, bool isThrow = false); 129 const napi_value &result); 132 const napi_value &result);
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | epoll_io_waiter.cpp | 136 bool result = true; in WaitFor() local 142 result = false; in WaitFor() 178 return result; in WaitFor()
|
/base/security/access_token/interfaces/kits/js/napi/accesstoken/include/ |
H A D | napi_atmanager.h | 39 void PermStateChangeCallback(PermStateChangeInfo& result) override; 54 PermStateChangeInfo result; member 84 int32_t result = RET_FAILED; member
|
/base/security/access_token/interfaces/kits/cj/accesstoken/include/ |
H A D | at_manager_impl.h | 75 int32_t result = AT_PERM_OPERA_SUCC; member 91 void OnResult(int32_t resultCode, const OHOS::AAFwk::Want& result); 120 void PermStateChangeCallback(PermStateChangeInfo& result) override;
|
/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_cert_chain.c | 138 HcfCertChain *self, const HcfX509CertChainValidateParams *params, HcfX509CertChainValidateResult *result) in Validate() 140 if ((self == NULL) || (params == NULL) || (result == NULL)) { in Validate() 149 return ((CertChainImpl *)self)->spiObj->engineValidate(((CertChainImpl *)self)->spiObj, params, result); in Validate() 137 Validate( HcfCertChain *self, const HcfX509CertChainValidateParams *params, HcfX509CertChainValidateResult *result) Validate() argument
|
/base/security/code_signature/utils/src/ |
H A D | signer_info.cpp | 269 ASN1_STRING *result = asn1Type->value.asn1_string;
in ParseOwnerIdFromSignature() local 270 ownerID.assign(reinterpret_cast<const char *>(ASN1_STRING_get0_data(result)), ASN1_STRING_length(result));
in ParseOwnerIdFromSignature()
|
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | hichain_pake_test.cpp | 93 static void SetServiceResult(const struct session_identity *identity, int32_t result, int32_t errorCode) in SetServiceResult() argument 97 LOG("result[%d]", result); in SetServiceResult() 99 g_result = result; in SetServiceResult()
|
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
H A D | smsrecvitem_fuzzer.cpp | 50 std::int32_t result = static_cast<int32_t>(size); in DoRecvItemsTest() local 51 smsReceiveManager->gsmSmsReceiveHandler_->ReplySmsToSmsc(result); in DoRecvItemsTest() 52 smsReceiveManager->cdmaSmsReceiveHandler_->ReplySmsToSmsc(result); in DoRecvItemsTest()
|
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | module_update_kits_impl.cpp | 164 int32_t result = sm->LoadSystemAbility(MODULE_UPDATE_SERVICE_ID, loadCallback_); in Init() local 165 if (result != ERR_OK) { in Init() 167 " load failed, result code:" << result; in Init() local
|
H A D | sys_installer_kits_impl.cpp | 120 int32_t result = sm->LoadSystemAbility(SYS_INSTALLER_DISTRIBUTED_SERVICE_ID, loadCallback_); in Init() local 121 if (result != ERR_OK) { in Init() 123 " load failed, result code:" << result; in Init() local
|
/base/update/updater/interfaces/kits/updaterkits/ |
H A D | updaterkits.cpp | 51 static void WriteUpdaterResultFile(const std::string &pkgPath, const std::string &result)
in WriteUpdaterResultFile() argument 59 LOG(INFO) << "WriteUpdaterResultFile: " << result;
in WriteUpdaterResultFile() 63 LOG(ERROR) << "open updater result file failed";
in WriteUpdaterResultFile() 66 std::string resultInfo = pkgPath + "|fail|" + result + "||\n";
in WriteUpdaterResultFile() 68 LOG(WARNING) << "write updater result file failed, err:" << errno;
in WriteUpdaterResultFile() 74 LOG(WARNING) << "close updater result file failed";
in WriteUpdaterResultFile()
|
/base/update/sys_installer/services/module_update/src/ |
H A D | module_file_repository.cpp | 54 int result, const std::string &resultInfo, const Timer &timer) const in SaveInstallerResult() 66 LOG(INFO) << "path:" << path << "hmp:" << hmpName << "result:" << result << "Info:" << resultInfo << "\n"; in SaveInstallerResult() 74 std::string writeInfo = hmpName + ";" + std::to_string(result) + ";" + in SaveInstallerResult() 80 LOG(WARNING) << "write result file failed, err:" << errno; in SaveInstallerResult() 53 SaveInstallerResult(const std::string &path, const std::string &hmpName, int result, const std::string &resultInfo, const Timer &timer) const SaveInstallerResult() argument
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_idm_callback_stub.cpp | 52 int32_t result; in OnResultStub() local 55 if (!data.ReadInt32(result)) { in OnResultStub() 56 IAM_LOGE("failed to read result"); in OnResultStub() 65 OnResult(result, extraInfo); in OnResultStub()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_scheme_handler_request.h | 157 const ArkWeb_HttpBodyStream* httpBodyStream, ArkWeb_NetError result); 168 void ExecuteInit(ArkWeb_NetError result); 176 ArkWeb_NetError result; member
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_widget_mgr_v10.cpp | 32 const std::string TYPE_RESULT = "result"; 74 int32_t result = UserAuthClientImpl::Instance().SetWidgetCallback(version_, callback_); in Init() local 75 IAM_LOGI("version SetWidgetCallback result: %{public}d", result); in Init() 76 return static_cast<UserAuthResultCode>(UserAuthNapiHelper::GetResultCodeV10(result)); in Init()
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 106 std::string result(data, size); in DoSomethingInterestingWithMyAPI() 107 appMgrService->Dump(args, result); in DoSomethingInterestingWithMyAPI() 108 appMgrService->ShowHelp(args, result); in DoSomethingInterestingWithMyAPI()
|
/foundation/ai/ai_engine/test/function/async_process/ |
H A D | async_process_function_test.cpp | 66 void OnResult(const DataInfo &result, int resultCode, int requestId) override 70 resultCode, requestId, result.data, result.length);
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_service_manager.h | 51 static void SetEnrollResult(IntellVoiceEngineType type, bool result) in SetEnrollResult() argument 57 g_enrollResult[type].store(result); in SetEnrollResult() 143 void HandleUpdateComplete(UpdateState result, const std::string ¶m) override;
|
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.h | 117 void InnerCreateCallbackRetMsg(napi_env env, int32_t code, napi_value (&result)[CALLBACK_RETURN_MSG_SIZE]); 118 void InnerCreatePromiseRetMsg(napi_env env, int32_t code, napi_value* result); 122 void ParseRunningFormInfoIntoNapi(napi_env env, const AppExecFwk::RunningFormInfo &runningFormInfo, napi_value &result);
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/ |
H A D | connection_manager.h | 50 void OnBindResult(const PeerTargetId &targetId, int32_t result, int32_t status, std::string content) override; 61 void OnUnbindResult(const PeerTargetId &targetId, int32_t result, std::string content) override; 106 bool NotifySessionEvent(const std::string &deviceId, int result);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | call_container.cpp | 51 std::shared_ptr<CallRecord> result; in RemoveCallRecordMap() local 55 result = record->second; in RemoveCallRecordMap() 58 return result; in RemoveCallRecordMap()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/ |
H A D | window_manager_service_handler_stub.cpp | 89 TAG_LOGE(AAFwkTag::ABILITYMGR, "write result failed"); in GetFocusWindowInner() 186 std::vector<int32_t> result; in MoveMissionsToBackgroundInner() local 188 auto errCode = MoveMissionsToBackground(missionIds, result); in MoveMissionsToBackgroundInner() 189 reply.WriteInt32Vector(result); in MoveMissionsToBackgroundInner()
|