Home
last modified time | relevance | path

Searched full:params (Results 6951 - 6975 of 9961) sorted by relevance

1...<<271272273274275276277278279280>>...399

/applications/standard/mms/entry/src/main/ets/pages/conversationlist/
H A DconversationListController.ets543 params: {
668 params: {
791 params: {
/applications/standard/mms/entry/src/main/ets/pages/infomsg/
H A DInfoMsgController.ets312 params: {
355 params: {
372 params: {
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp250 // 2 means JsAPI:getInputMethods has 2 params at most. in GetInputMethods()
397 // 2 means JsAPI:listInputMethodSubtype has 2 params at most. in ListInputMethodSubtype()
629 // 2 means callback has two params. in OnImeChange()
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
H A Dnapi_distributed_account.cpp124 AAFwk::WantParams params; in GetAccountInfo() local
133 if (!AppExecFwk::UnwrapWantParams(env, value, params)) { in GetAccountInfo()
141 asyncContext->ohosAccountInfo.scalableData_.SetParams(params); in GetAccountInfo()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c325 LOGE("Invalid input params"); in GenerateKeyAlias()
658 LOGE("Invalid params!"); in AddToken()
694 LOGE("Invalid params"); in DeleteToken()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp50 const std::string PARAMS_STREAM = "ability.params.stream";
738 std::map<std::string, sptr<IInterface>> params = wantParams.GetParams(); in RemoveRemoteObjectFromWant() local
739 for (auto param : params) { in RemoveRemoteObjectFromWant()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp33 const std::string PARAM_FREEINSTALL_APPID = "ohos.freeinstall.params.callingAppId";
34 const std::string PARAM_FREEINSTALL_BUNDLENAMES = "ohos.freeinstall.params.callingBundleNames";
35 const std::string PARAM_FREEINSTALL_UID = "ohos.freeinstall.params.callingUid";
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_impl.cpp678 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in HandleExecuteInsightIntentForeground()
759 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params "); in PostForegroundInsightIntent()
791 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in HandleExecuteInsightIntentBackground()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability.h228 * @param params dump params that indicate different dump targets
231 virtual void Dump(const std::vector<std::string> &params, std::vector<std::string> &info);
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Djs_context_utils.cpp119 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnSwitchArea()
450 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnGetGroupDir()
528 TAG_LOGE(AAFwkTag::APPKIT, "Not enough params"); in OnCreateBundleContext()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Dmission_manager.cpp142 TAG_LOGE(AAFwkTag::MISSION, "Params not match"); in OnOnOld()
179 TAG_LOGE(AAFwkTag::MISSION, "Params not match"); in OnOnNew()
606 TAG_LOGE(AAFwkTag::MISSION, "Not enough params"); in OnMoveMissionToFront()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/
H A Dpuv2_view_base.ts262 public abstract updateStateVars(params: Object);
270 public updateStateVarsOfChildByElmtId(elmtId, params: Object): void {
287 child.updateStateVars(params);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp533 std::string params; in GetRawfile() local
537 params = std::string(it, fileName.end()); in GetRawfile()
544 return "file:///" + outPath + params; in GetRawfile()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp189 * @tc.steps: step1 call UpdateCutoutSafeArea no rootSize params in HWTEST_F()
204 * @tc.steps: step2 call UpdateCutoutSafeArea has rootSize params in HWTEST_F()
216 * @tc.steps: step3 call UpdateCutoutSafeArea SafeAreaInsets is not valid params in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dinspector_test_ng.cpp218 auto test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_CLICK), "params"); in HWTEST_F()
220 test3 = Inspector::SendEventByKey("", static_cast<int>(AceAction::ACTION_LONG_CLICK), "params"); in HWTEST_F()
222 test3 = Inspector::SendEventByKey("", 31, "params"); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutThi_test_ng.cpp186 std::vector<OptionParam> params; in CreateMenuWrapperElement() local
189 params.emplace_back(param); in CreateMenuWrapperElement()
192 std::move(params), targetNode_->GetId(), targetNode_->GetTag(), type, menuParam); in CreateMenuWrapperElement()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp777 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d, appIndex: %{public}d]", in InstallCloneApp()
817 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d, appIndex: %{public}d]", in UninstallCloneApp()
853 LOG_D(BMS_TAG_INSTALLER, "params[bundleName: %{public}s, user_id: %{public}d]", in InstallExisted()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp479 uint8_t functionParamsNum = 1; // js append function just receive 1 number params in AppendDatas()
481 HILOG_ERROR(HILOG_MODULE_ACE, "append function params error"); in AppendDatas()
484 HILOG_ERROR(HILOG_MODULE_ACE, "append function params error"); in AppendDatas()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp209 // When updating params the scanning is stopped successfully and the scanning will be restarted.
218 // When updating params the scanning is stopped successfully and the scanning restart failed.
416 HILOGI("scan is already started and has the same params."); in StartScan()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_render_drawable_test.cpp19 #include "params/rs_render_thread_params.h"
23 #include "params/rs_render_thread_params.h"
61 RS_LOGE("RSRenderDrawableTest: failed to init render params."); in SetUp()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp202 DRM_ERR_INVALID_VAL, "OH_MediaKeySystem_GetConfigurationString params is error!"); in OH_MediaKeySystem_GetConfigurationString()
233 DRM_ERR_INVALID_VAL, "OH_MediaKeySystem_SetConfigurationByteArray params is error!"); in OH_MediaKeySystem_SetConfigurationByteArray()
320 "OH_MediaKeySystem_GetStatistics params is error!"); in OH_MediaKeySystem_GetStatistics()
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp188 BGTASK_LOGE("input params parse failed"); in StartBackgroundRunningCheckParam()
227 BGTASK_LOGE("input params error"); in UpdateBackgroundRunningExecuteCB()
244 BGTASK_LOGE("input params error"); in StartBackgroundRunningExecuteCB()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_display_controller.cpp220 WLOGFE("Invalid params as nullptr."); in ProcessNormalScreenDisconnected()
244 WLOGFE("Invalid params as nullptr."); in ProcessExpandScreenDisconnected()
477 WLOGFE("invalid params."); in UpdateDisplaySize()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h141 * @param params - Scan specified parameters[in]
144 virtual ErrCode ScanWithParam(const WifiScanParams &params, ScanType scanType);
148 * * @param params - disable or not.
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp338 HILOGE("params are empty"); in RefreshLocalSwitchProfile()
372 HILOGE("params are invalid!"); in GetSwitchCharacteristicProfile()
384 HILOGE("GetSwitchCharacteristicProfile params invalid"); in GetSwitchCharacteristicProfile()

Completed in 40 milliseconds

1...<<271272273274275276277278279280>>...399