Home
last modified time | relevance | path

Searched refs:result (Results 14326 - 14350 of 24969) sorted by relevance

1...<<571572573574575576577578579580>>...999

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_button_test.cpp214 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 Dnotification_local_live_view_content_test.cpp145 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 Dnotification_conversational_message_test.cpp137 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 Dreminder_common.h126 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 Depoll_io_waiter.cpp136 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 Dnapi_atmanager.h39 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 Dat_manager_impl.h75 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 Dx509_cert_chain.c138 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 Dsigner_info.cpp269 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 Dhichain_pake_test.cpp93 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 Dsmsrecvitem_fuzzer.cpp50 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 Dmodule_update_kits_impl.cpp164 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 Dsys_installer_kits_impl.cpp120 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 Dupdaterkits.cpp51 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 Dmodule_file_repository.cpp54 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 Duser_idm_callback_stub.cpp52 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 Dweb_scheme_handler_request.h157 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 Duser_auth_widget_mgr_v10.cpp32 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 Dappmgrservicefirst_fuzzer.cpp106 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 Dasync_process_function_test.cpp66 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 Dintell_voice_service_manager.h51 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 &param) override;
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h117 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 Dconnection_manager.h50 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 Dcall_container.cpp51 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 Dwindow_manager_service_handler_stub.cpp89 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()

Completed in 29 milliseconds

1...<<571572573574575576577578579580>>...999