Home
last modified time | relevance | path

Searched refs:param (Results 1601 - 1625 of 2025) sorted by relevance

1...<<61626364656667686970>>...81

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_p2p_interface.c1054 conf.param = pConfig[i].cfgParam;
1060 LOGE("wpaP2pCliCmdSetGroupConfig: Set networkId: %{public}d param %{public}d err.", conf.id, conf.param);
1084 conf.param = pConfig[i].cfgParam;
1087 LOGE("wpaP2pCliCmdGetGroupConfig: Get NetworkId: %{public}d param %{public}d err.", conf.id, conf.param);
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp257 std::string param; in HandleMethodForGet() local
260 param = url.substr(index + 1); in HandleMethodForGet()
268 options.SetUrl(HttpExec::MakeUrl(url, param, extraParam)); in HandleMethodForGet()
294 options.SetUrl(HttpExec::MakeUrl(url, param, extraParam)); in HandleMethodForGet()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_ndef.cpp40 std::string param = ""; in ParseNdefParamInner() local
46 ParseString(env, param, elementValue); in ParseNdefParamInner()
51 param = NfcSdkCommon::BytesVecToHexString(static_cast<unsigned char *>(dataVec.data()), dataVec.size()); in ParseNdefParamInner()
53 return param; in ParseNdefParamInner()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp739 for (auto param : params) { in RemoveRemoteObjectFromWant()
740 sptr<IInterface> object = param.second; in RemoveRemoteObjectFromWant()
753 wantParams.Remove(param.first); in RemoveRemoteObjectFromWant()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp353 StringParam *param = reinterpret_cast<StringParam *>(msg.inMsg); in HandleSetParam() local
354 if (param == nullptr) { in HandleSetParam()
355 INTELL_VOICE_LOG_INFO("param is nullptr"); in HandleSetParam()
359 return EngineUtil::SetParameter(param->strParam); in HandleSetParam()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h221 void FireAsyncEvent(const std::string& eventId, const std::string& param, const std::string& jsonArgs);
222 bool FireSyncEvent(const std::string& eventId, const std::string& param, const std::string& jsonArgs);
224 const std::string& eventId, const std::string& param, const std::string& jsonArgs, std::string& result);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h125 std::string param; member
194 std::string param; member
344 bool UnwrapAbilityInfo(napi_env env, napi_value param, OHOS::AppExecFwk::AbilityInfo& abilityInfo);
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/
H A Ddistributed_bundle_mgr.cpp101 static napi_value ParseString(napi_env env, std::string &param, napi_value args) in ParseString() argument
107 param = GetStringFromNAPI(env, args); in ParseString()
108 APP_LOGD("param=%{public}s.", param.c_str()); in ParseString()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_render_drawable_test.cpp380 CaptureParam param; in HWTEST_F() local
381 param.isSingleSurface_ = true; in HWTEST_F()
382 RSUniRenderThread::SetCaptureParam(param); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp48 static constexpr char CONFIG_JSON_INDEX_SUSPEND_SECOND[] = "param";
594 nlohmann::json param; in HWTEST_F() local
595 param[TRANSIENT_EXEMPTED_QUOTA] = TRANSIENT_EXEMPTED_QUOTA_TIME; in HWTEST_F()
598 params[CONFIG_JSON_INDEX_SUSPEND_SECOND] = param; in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c87 TRANS_LOGW(TRANS_SDK, "Invalid param"); in GetSessionCallbackByChannelId()
108 TRANS_LOGE(TRANS_SDK, "Invalid param"); in GetSocketCallbackAdapterByChannelId()
131 TRANS_LOGE(TRANS_SDK, "Invalid param"); in GetSocketCallbackAdapterByUdpChannelId()
320 TRANS_LOGW(TRANS_SDK, "Invalid param"); in TransOnSessionOpened()
522 const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in TransOnOnStreamRecevied()
538 listener->OnStream(sessionId, data, ext, param); in TransOnOnStreamRecevied()
548 sessionCallback.session.OnStreamReceived(sessionId, data, ext, param); in TransOnOnStreamRecevied()
521 TransOnOnStreamRecevied(int32_t channelId, int32_t channelType, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) TransOnOnStreamRecevied() argument
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp85 std::string param; in HandleMethodForGet() local
88 param = url.substr(index + 1); in HandleMethodForGet()
93 options.SetUrl(NetHttpClientExec::MakeUrl(url, param, extraParam)); in HandleMethodForGet()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp236 TaskParam param; in MoveToNextTarget() local
238 param.timeout = timeout; in MoveToNextTarget()
261 CopyTargetData(tmpTarget, param); in MoveToNextTarget()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_controller_test.cpp601 std::shared_ptr<std::string> param = std::make_shared<std::string>(""); in HWTEST_F() local
603 AppExecFwk::InnerEvent::Get(EVENT_FRAME_TRIGGER, param, 0); in HWTEST_F()
614 event = AppExecFwk::InnerEvent::Get(0, param, 0); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_data_utils.cpp450 bool NapiDataUtils::IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue() argument
454 if (param == nullptr) { in IsTypeForNapiValue()
458 if (napi_typeof(env, param, &valueType) != napi_ok) { in IsTypeForNapiValue()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp162 auto onStateChangeCallback = [onStateChangeFunc](const std::string& param) { in DealBindPopupParams()
163 auto paramData = JsonUtil::ParseJsonString(param); in DealBindPopupParams()
200 * @param originStr
201 * @param param
204 void ReplaceHolder(std::string& originStr, const std::string& param) in ReplaceHolder() argument
223 originStr.replace(matchs[0].first - originStr.begin(), matchs[0].length(), param); in ReplaceHolder()
224 start = originStr.begin() + matchs.prefix().length() + param.length(); in ReplaceHolder()
1111 auto onStateChangeCallback = [onStateChangeFunc](const std::string& param) { in FfiOHOSAceFrameworkViewAbstractBindCustomPopup()
1112 auto paramData = JsonUtil::ParseJsonString(param); in FfiOHOSAceFrameworkViewAbstractBindCustomPopup()
1366 FFIOHOSAceFrameworkGetResourceStr(int64_t id, uint32_t type, const char* param) FFIOHOSAceFrameworkGetResourceStr() argument
1407 FFIOHOSAceFrameworkGetResourceMedia(int64_t id, uint32_t type, const char* param) FFIOHOSAceFrameworkGetResourceMedia() argument
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp74 bool ParseBool(napi_env env, bool& param, napi_value args) in ParseBool() argument
89 napi_get_value_bool(env, args, &param); in ParseBool()
93 bool ParseString(napi_env env, std::string& param, napi_value args) in ParseString() argument
108 param = GetStringFromNAPI(env, args); in ParseString()
109 HILOG_DEBUG("param=%{public}s.", param.c_str()); in ParseString()
132 bool ParseInt32(napi_env env, int32_t& param, napi_value args) in ParseInt32() argument
138 napi_get_value_int32(env, args, &param); in ParseInt32()
142 bool ParseInt64(napi_env env, int64_t& param, napi_value args) in ParseInt64() argument
148 napi_get_value_int64(env, args, &param); in ParseInt64()
152 ParseDouble(napi_env env, double& param, napi_value args) ParseDouble() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1715 void ViewAbstract::BindPopup(const RefPtr<PopupParam>& param, const RefPtr<FrameNode>& targetNode, in BindPopup() argument
1729 auto isShow = param->IsShow(); in BindPopup()
1730 auto isUseCustom = param->IsUseCustom(); in BindPopup()
1731 auto showInSubWindow = param->IsShowInSubWindow(); in BindPopup()
1768 popupNode = BubbleView::CreateBubbleNode(targetTag, targetId, param); in BindPopup()
1771 popupNode = BubbleView::CreateCustomBubbleNode(targetTag, targetId, customNode, param); in BindPopup()
1800 // use param to update PopupParm in BindPopup()
1802 BubbleView::UpdatePopupParam(popupId, param, targetNode); in BindPopup()
1805 BubbleView::UpdateCustomPopupParam(popupId, param); in BindPopup()
1812 popupInfo.isBlockEvent = param in BindPopup()
2153 SetAutoEventParam(const std::string& param) SetAutoEventParam() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp50 * @param env The environment that the Node-API call is invoked under.
51 * @param exports An empty object via the exports parameter as a convenience.
179 * @param env The environment that the Node-API call is invoked under.
180 * @param info The callback info passed into the callback function.
211 * @param env The environment that the Node-API call is invoked under.
212 * @param insertCB Process data asynchronously.
314 * @param param Indicates the want parameters saved the parse result.
315 * @param env The environment that the Node-API call is invoked under.
316 * @param arg
1394 NapiValueObject(napi_env env, napi_value param) NapiValueObject() argument
1402 UnwrapArrayObjectFromJS(napi_env env, napi_value param, std::vector<NativeRdb::ValuesBucket> &value) UnwrapArrayObjectFromJS() argument
1575 UnwrapArrayOperationFromJS( napi_env env, napi_callback_info info, napi_value param, std::vector<std::shared_ptr<DataAbilityOperation>> &result) UnwrapArrayOperationFromJS() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp282 * @param env The environment that the Node-API call is invoked under.
283 * @param data Point to asynchronous processing of data.
352 * @param env The environment that the Node-API call is invoked under.
353 * @param data Point to asynchronous processing of data.
423 * @param env The environment that the Node-API call is invoked under.
424 * @param data Point to asynchronous processing of data.
465 * @param env The environment that the Node-API call is invoked under.
466 * @param data Point to asynchronous processing of data.
501 * @param env The environment that the Node-API call is invoked under.
533 * @param en
935 UnwrapAbilityStartSettingForNumber( napi_env env, const std::string key, napi_value param, AAFwk::AbilityStartSetting &setting) UnwrapAbilityStartSettingForNumber() argument
965 UnwrapAbilityStartSetting(napi_env env, napi_value param, AAFwk::AbilityStartSetting &setting) UnwrapAbilityStartSetting() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp301 MenuParam param; in ShowSubMenu() local
304 param.isShowInSubWindow = outterMenuLayoutProps->GetShowInSubWindowValue(false); in ShowSubMenu()
309 param.backgroundBlurStyle = static_cast<int>(focusMenuBlurStyle->blurStyle); in ShowSubMenu()
311 param.type = isSelectOverlayMenu ? MenuType::SELECT_OVERLAY_SUB_MENU : MenuType::SUB_MENU; in ShowSubMenu()
312 ParseMenuRadius(param); in ShowSubMenu()
313 auto subMenu = MenuView::Create(customNode, host->GetId(), host->GetTag(), param); in ShowSubMenu()
1595 void MenuItemPattern::ParseMenuRadius(MenuParam& param) in ParseMenuRadius() argument
1609 param.borderRadius = std::make_optional(borderRadius); in ParseMenuRadius()
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp329 SessionParam param; in HWTEST_F() local
331 bool ret = ReadQosInfo(datas, param); in HWTEST_F()
335 ret = ReadQosInfo(datas, param); in HWTEST_F()
340 ret = ReadQosInfo(datas, param); in HWTEST_F()
345 ret = ReadQosInfo(datas, param); in HWTEST_F()
351 ret = ReadQosInfo(datas, param); in HWTEST_F()
357 ret = ReadQosInfo(datas, param); in HWTEST_F()
363 ret = ReadQosInfo(datas, param); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp50 void CloudSyncer::ReloadUploadInfoIfNeed(TaskId taskId, const UploadParam &param, InnerProcessInfo &info) in ReloadUploadInfoIfNeed() argument
52 info.upLoadInfo.total = static_cast<uint32_t>(param.count); in ReloadUploadInfoIfNeed()
584 int CloudSyncer::UpdateFlagForSavedRecord(const SyncParam &param) in UpdateFlagForSavedRecord() argument
595 return storageProxy_->MarkFlagAsConsistent(param.tableName, param.downloadData, gidFilters); in UpdateFlagForSavedRecord()
922 bool CloudSyncer::IsNeedLock(const UploadParam &param) in IsNeedLock() argument
924 return param.lockAction == LockAction::INSERT && param.mode == CloudWaterType::INSERT; in IsNeedLock()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp658 GapRequestSecurityParam param; in SendGapRequestSecurity() local
660 param.context = &address_; in SendGapRequestSecurity()
664 param.callback = BnepIndSecurityCheckDeviceConnectCallback; in SendGapRequestSecurity()
665 param.info = securityInfo; in SendGapRequestSecurity()
666 if (GAPIF_RequestSecurityAsync((const BtAddr *)&btAddr, &param)) { in SendGapRequestSecurity()
676 param.callback = BnepSecurityCheckCallback; in SendGapRequestSecurity()
677 param.info = securityInfo; in SendGapRequestSecurity()
678 if (GAPIF_RequestSecurityAsync((const BtAddr *)&btAddr, &param)) { in SendGapRequestSecurity()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js25 throw Error('Node constructor error, param uiContext error');
29 throw Error('Node constructor error, param uiContext is invalid');
90 reuse(param) {
91 this._JSBuilderNode.reuse(param);
108 reuse(param) {
114 child.aboutToReuseInternal(param);
179 isObject(param) {
180 const typeName = Object.prototype.toString.call(param);
219 update(param) {
223 this.params_ = param;
[all...]

Completed in 41 milliseconds

1...<<61626364656667686970>>...81