Home
last modified time | relevance | path

Searched defs:params (Results 1726 - 1750 of 2882) sorted by relevance

1...<<61626364656667686970>>...116

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/
H A Djs_text_line.cpp481 napi_value params[ARGC_THREE] = {jsOffset, jsIndex, jsLeadingEdge}; CallJsFunc() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp93 void RSRenderNodeDrawable::GenerateCacheIfNeed(Drawing::Canvas& canvas, RSRenderParams& params) in GenerateCacheIfNeed() argument
195 TraverseSubTreeAndDrawFilterWithClip(Drawing::Canvas& canvas, const RSRenderParams& params) TraverseSubTreeAndDrawFilterWithClip() argument
233 CheckCacheTypeAndDraw( Drawing::Canvas& canvas, const RSRenderParams& params, bool isInCapture) CheckCacheTypeAndDraw() argument
283 DrawWithoutNodeGroupCache( Drawing::Canvas& canvas, const RSRenderParams& params, DrawableCacheType originalCacheType) DrawWithoutNodeGroupCache() argument
301 DrawWithNodeGroupCache(Drawing::Canvas& canvas, const RSRenderParams& params) DrawWithNodeGroupCache() argument
329 CheckRegionAndDrawWithoutFilter( const std::vector<FilterNodeInfo>& filterInfoVec, Drawing::Canvas& canvas, const RSRenderParams& params) CheckRegionAndDrawWithoutFilter() argument
359 CheckRegionAndDrawWithFilter(std::vector<FilterNodeInfo>::const_iterator& begin, const std::vector<FilterNodeInfo>& filterInfoVec, Drawing::Canvas& canvas, const RSRenderParams& params) CheckRegionAndDrawWithFilter() argument
704 CheckIfNeedUpdateCache(RSRenderParams& params, int32_t& updateTimes) CheckIfNeedUpdateCache() argument
741 UpdateCacheSurface(Drawing::Canvas& canvas, const RSRenderParams& params) UpdateCacheSurface() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_drawing_filter.cpp405 DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst, const DrawImageRectParams params) DrawImageRect() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp83 std::shared_ptr<ParticleRenderParams> params; in DoUnmarshalling() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_mesa_blur_shader_filter.cpp91 GEMESABlurShaderFilter::GEMESABlurShaderFilter(const Drawing::GEMESABlurShaderFilterParams& params) in GEMESABlurShaderFilter() argument
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.cpp404 AudioStandard::AudioRendererParams params; in GetParameter() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp58 ThumbnailRequest::ThumbnailRequest(const RequestPhotoParams &params, napi_env env, in ThumbnailRequest() argument
200 string ThumbnailManager::AddPhotoRequest(const RequestPhotoParams &params, napi_env env, napi_ref callback) in AddPhotoRequest() argument
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp111 napi_value GetPreKeys(const napi_env &env, const napi_value &value, std::set<int32_t> &params) in GetPreKeys() argument
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp510 HandleEventStatsInfo(const napi_env &env, AsyncCallbackInfoEventStats *asyncCallbackInfo, EventStatesParamsInfo &params) HandleEventStatsInfo() argument
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp405 napi_value params[ARGV_NUM_1] = {0}; in GetNetQuotaPolicies() local
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp610 int32_t TrustProfileManager::GetAccessControlProfile(const std::map<std::string, std::string>& params, in GetAccessControlProfile() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp614 void JsVpnExtension::Dump(const std::vector<std::string> &params, std::vector<std::string> &info) in Dump() argument
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp227 static void ConvertScanParamsFromC(const WifiScanParams *params, OHOS::Wifi::WifiScanParams& scanParams) in ConvertScanParamsFromC() argument
392 NO_SANITIZE("cfi") WifiErrorCode AdvanceScan(WifiScanParams *params) in AdvanceScan() argument
[all...]
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp426 napi_value params[ARGV_NUM_2] = {0}; in Transmit() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp511 std::string params = pReq->GetParams(); in ON_IPC_SET_REQUEST() local
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp222 int32_t GetAudioParamStr(const std::string &params, const std::string &key, std::string &value) in GetAudioParamStr() argument
241 int32_t GetAudioParamBool(const std::string &params, cons argument
254 GetAudioParamInt(const std::string &params, const std::string &key, int32_t &value) GetAudioParamInt() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp228 struct HksParamSet *params = nullptr; in GenerateRootKey() local
273 struct HksParamSet *params = nullptr; in EncryptWorkKey() local
322 struct HksParamSet *params = nullptr; DecryptWorkKey() local
396 struct HksParamSet *params = nullptr; CheckRootKeyExists() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp617 std::string params = data.ReadString(); in ON_IPC_CMD() local
/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp179 int32_t DeviceManagerImpl::SetUserOperation(const std::string &pkgName, int32_t action, const std::string &params) in SetUserOperation() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.h44 std::vector<std::string> params; member
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp572 void SessionStageProxy::DumpSessionElementInfo(const std::vector<std::string>& params) in DumpSessionElementInfo() argument
1282 NotifyDumpInfo( const std::vector<std::string>& params, std::vector<std::string>& info) NotifyDumpInfo() argument
H A Dsession_stage_stub.cpp331 std::vector<std::string> params; in HandleDumpSessionElementInfo() local
630 std::vector<std::string> params; in HandleNotifyDumpInfo() local
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp288 WSError KeyboardSession::AdjustKeyboardLayout(const KeyboardLayoutParams& params) in AdjustKeyboardLayout() argument
636 MoveAndResizeKeyboard(const KeyboardLayoutParams& params, const sptr<WindowSessionProperty>& sessionProperty, bool isShow) MoveAndResizeKeyboard() argument
[all...]
H A Dextension_session.cpp468 WSError ExtensionSession::NotifyDumpInfo(const std::vector<std::string>& params, std::vector<std::string>& info) in NotifyDumpInfo() argument
414 TransferAccessibilityDumpChildInfo( const std::vector<std::string>& params, std::vector<std::string>& info) TransferAccessibilityDumpChildInfo() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp107 void DumpRootSceneElementInfoFuncTest(const std::vector<std::string>& params, std::vector<std::string>& infos) in DumpRootSceneElementInfoFuncTest() argument

Completed in 35 milliseconds

1...<<61626364656667686970>>...116