Home
last modified time | relevance | path

Searched +defs:val +defs:message (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_common.h34 #define NAPI_ASSERT_BASE(env, assertion, message, retVal) \ argument
42 #define NAPI_ASSERT(env, assertion, message) NAPI_ASSERT_BASE(env, assertion, message, nullptr) argument
44 #define NAPI_ASSERT_RETURN_VOID(env, assertion, message) NAPI_ASSERT_BASE(env, assertion, message, … argument
58 #define DECLARE_NAPI_PROPERTY(name, val) \ argument
63 #define DECLARE_NAPI_INSTANCE_PROPERTY(name, val) \ argument
81 #define DECLARE_NAPI_DEFAULT_PROPERTY(name, val) \ argument
86 #define DECLARE_NAPI_STATIC_PROPERTY(name, val) \ argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_utils.h41 #define ASSERT(condition, message, retVal) \ argument
177 auto *val = std::get_if<First>(&value); in GetJSValue() local
277 T val; in Convert2Value() local
316 napi_value val = Convert2JSValue(env, std::get<2>(value)); in Convert2JSValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommit_history_sync.cpp251 …mitHistorySync::RequestRecvCallback(const MultiVerSyncTaskContext *context, const Message *message) in RequestRecvCallback()
294 int CommitHistorySync::AckRecvCallback(MultiVerSyncTaskContext *context, const Message *message) in AckRecvCallback()
401 MultiVerCommitNode val; in RequestPacketDeSerialization() local
626 Message *message = new (std::nothrow) Message(COMMIT_HISTORY_SYNC_MESSAGE); in SendRequestPacket() local
661 std::vector<MultiVerCommitNode> &commits, int ackCode, const Message *message) in SendAckPacket()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp56 void UpdateInfoInMisc(const std::string headInfo, const std::optional<int> message, bool isRemove) in UpdateInfoInMisc()
817 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc()
886 void AddUpdateInfoToMisc(const std::string headInfo, const std::optional<int> message) in AddUpdateInfoToMisc()
929 void GetTagValInStr(const std::string &str, const std::string &tag, std::string &val) in GetTagValInStr()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H A Dnapi_system_storage.cpp32 std::string val; member
140 std::string message = GetMessageInfo(ctx->output); in Complete() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c543 struct HksBlob val = { obj.value.size, obj.value.data }; in ParseAttestTbs() local
563 struct HksBlob val = { obj.value.size, obj.value.data }; in ParseAttestCert() local
576 struct HksBlob val = *data; in ParseAttestExtension() local
788 static int32_t GetPrivateKeyMaterial(struct HksBlob *val, struct HksBlob *material) in GetPrivateKeyMaterial()
829 static int32_t StepIntoPrivateKey(const struct HksBlob *key, struct HksBlob *val) in StepIntoPrivateKey()
849 struct HksBlob val = { 0, NULL }; in HksGetDevicePrivateKey() local
878 struct HksBlob message = { HKS_DIGEST_SHA256_LEN, buffer }; in SignTbs() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp71 ActionSheetInfo ParseSheetInfo(const JsiExecutionContext& execContext, JSRef<JSVal> val) in ParseSheetInfo()
127 std::string message; in ParseTitleAndMessage() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1260 int val = 0; in ParseIntValue() local
1272 double val = 0.0; in ParseDoubleValue() local
1284 std::string val = ""; in ParseStringValue() local
1296 std::vector<uint8_t> val; in ParseBlobValue() local
1308 bool val = false; in ParseBoolValue() local
1687 void Ability::OnTriggerEvent(const int64_t formId, const std::string &message) in OnTriggerEvent()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_utils.cpp26 #define CHECK_RETURN_RET(assertion, message, revt) \ argument
318 int32_t val; in Convert2Value() local
347 bool val; in Convert2Value() local
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_parameters_watch.cpp78 static napi_value GetNapiValue(napi_env env, int val) in GetNapiValue()
113 napi_value message = nullptr; in WaitCallbackWork() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp571 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& message, const std::string& callb… in GetPackageInfoCallback()
615 shared_ptr<JsValue> message = arg->GetElement(runtime, PAG_INFO_ARGS_MSG_IDX); in GetPackageInfo() local
680 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in SetScreenOnVisible() local
891 std::string message; in ShowToast() local
947 const std::string message = ParseRouteUrl(runtime, arg, PROMPT_KEY_MESSAGE); in ShowDialog() local
1115 shared_ptr<JsValue> val = arg->GetProperty(runtime, key); in GetParams() local
1572 const std::string message = JsParseRouteUrl(argsPtr, PROMPT_KEY_MESSAGE); in EnableAlertBeforeBackPage() local
2247 std::string val = iter->second; in AppClearData() local
2286 std::string val = iter->second; in AppSetData() local
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp469 int32_t DAudioSinkDev::ConvertString2Int(std::string val) in ConvertString2Int()
513 std::string message(data); in NotifySourceDev() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp44 inline void SetError(CORE3D_NS::GLTF2::LoadResult& loadResult, const BASE_NS::string_view message) in SetError()
50 #define RETURN_WITH_ERROR(loadResult, message) \ argument
132 uint32_t val; in DecodeUri() local
2582 const auto& val = extension.string_; in PrimitiveAttributes() local
2604 const auto& val = extension.string_; in PrimitiveAttributes() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp126 std::string message; in PromptConfirm() local
537 void SetMessage(const RefPtr<WebConsoleLog>& message) in SetMessage()
701 JSRef<JSVal> val = array->GetValueAt(i); in Grant() local
1496 JSRef<JSVal> val = array->GetValueAt(i); in HandleFileList() local
2513 JSRef<JSVal> message = func->ExecuteWithValue(*eventInfo); in OnCommonDialog() local
2540 JSRef<JSVal> message = func->ExecuteWithValue(*eventInfo); in OnConsoleLog() local
2790 JSRef<JSVal> message = func->ExecuteWithValue(*eventInfo); in OnHttpAuthRequest() local
2867 JSRef<JSVal> message = func->ExecuteWithValue(*eventInfo); in OnSslSelectCertRequest() local
3037 JSRef<JSVal> message = func->ExecuteWithValue(*eventInfo); in OnUrlLoadIntercept() local
3064 JSRef<JSVal> message = func->ExecuteWithValue(*eventInfo); in OnLoadIntercept() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h232 void SetHeadersVal(std::string& key, std::string& val) in SetHeadersVal()
421 WebDialogEvent(const std::string& url, const std::string& message, const std::string& value, in WebDialogEvent()
1222 …LoadWebConsoleLogEvent(RefPtr<WebConsoleLog> message) : BaseEventInfo("LoadWebConsoleLogEvent"), m… in LoadWebConsoleLogEvent()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp725 std::string message = MSExtAVErrorToString(errorCode) + errorMsg; in OnErrorCb() local
992 int32_t val = 0; in OnBufferingUpdateCb() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp113 static inline uint32_t ToUint32(uint64_t val) in ToUint32()
157 …id DebugMessageToUserCallback(VkDebugUtilsMessageSeverityFlagBitsEXT severity, const char* message) in DebugMessageToUserCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js8325 let val = target[key]; variable
11132 errorHelper(key, reason, message) { argument