Home
last modified time | relevance | path

Searched defs:Param (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_mgr_client.h142 struct Param { struct
143 Param(const Uri &uri, bool isDescendants) : uri(uri), isDescendants(isDescendants){}; in Param() function
147 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Param>> observerExts_; argument
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Ddft_impl.h28 struct Param { struct
30 const char *routerParam = nullptr; argument
34 typedef void (*PageInfoFunc)(const Param param); argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h51 struct Param { struct
64 explicit SyncInfo(const Param &param); argument
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp47 struct Param { struct
48 DmErrorCode wret;
49 Option option;
50 std::string errMessage;
51 bool useInputOption;
52 bool validInputParam;
53 std::shared_ptr<Media::PixelMap> image;
54 Media::Rect imageRect;
55 bool isPick;
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_callback.h45 struct Param { struct
46 napi_env env;
47 napi_ref callbackRef;
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Dscan_callback.h52 struct Param { struct
57 typedef std::function<void(CallbackParam* &cbParam, napi_value &callbackFunc, argument
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiappevent.md201 ## Param section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiappevent.md201 ## Param section
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_dev_test.cpp672 auto Param = std::make_shared<AudioEvent>(event); variable
712 auto Param = std::make_shared<AudioEvent>(event); variable
743 auto Param = std::make_shared<AudioEvent>(event); variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_adapter.h36 using Param = std::variant<bool, double, int64_t, uint64_t, std::string, variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H A Dpermit_delegate.cpp56 auto permitCall = [this](const CheckParam &Param, uint8_t flag) -> bool { in Init()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp1222 VideoProcessParam Param = {NATIVEBUFFER_PIXEL_FMT_YCRCB_420_P, 480, 360, variable
1236 VideoProcessParam Param = {NATIVEBUFFER_PIXEL_FMT_YCRCB_420_P, 480, 360, variable
1250 VideoProcessParam Param = {NATIVEBUFFER_PIXEL_FMT_YCRCB_420_P, 480, 360, variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp369 SessionParam Param = { variable
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h137 } Param; typedef
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1287 int32_t DAudioSourceDev::NotifySinkDev(const AudioEventType type, const cJSON *Param, const std::st… in NotifySinkDev()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp286 struct Param { struct
287 std::string moduleType;
288 int32_t maxChildProcess = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js9518 const Param = (proto, propertyKey) => { constant