Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 3522) sorted by relevance

12345678910>>...141

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dcanvas_test.h27 explicit CanvasDrawRect(int type) : TestBase(type) {}; in CanvasDrawRect()
52 explicit CanvasRotate(int type) : TestBase(type) {}; in CanvasRotate()
76 explicit CanvasScale(int type) : TestBase(type) {}; in CanvasScale()
99 explicit CanvasClear(int type) : TestBase(type) {}; in CanvasClear()
178 explicit CanvasSkew(int type) : TestBase(type) {}; in CanvasSkew()
283 explicit CanvasSave(int type) : TestBase(type) {}; in CanvasSave()
316 explicit CanvasDrawOval(int type) : TestBase(type) in CanvasDrawOval()
328 explicit CanvasDrawArc(int type) : TestBase(type) in CanvasDrawArc()
364 explicit CanvasClipRect(int type) : TestBase(type) in CanvasClipRect()
388 explicit CanvasClipPath(int type) : TestBase(type) in CanvasClipPath()
[all …]
H A Dpath_test.h66 explicit PathClose(int type) : TestBase(type) in PathClose()
78 explicit PathOffset(int type) : TestBase(type) in PathOffset()
90 explicit PathReset(int type) : TestBase(type) in PathReset()
102 explicit PathCubicTo(int type) : TestBase(type) in PathCubicTo()
114 explicit PathRMoveTo(int type) : TestBase(type) in PathRMoveTo()
126 explicit PathRLineTo(int type) : TestBase(type) in PathRLineTo()
138 explicit PathRQuadTo(int type) : TestBase(type) in PathRQuadTo()
150 explicit PathRConicTo(int type) : TestBase(type) in PathRConicTo()
162 explicit PathRCubicTo(int type) : TestBase(type) in PathRCubicTo()
174 explicit PathAddRect(int type) : TestBase(type) in PathAddRect()
[all …]
H A Dmatrix_test.h27 explicit MatrixReset(int type) : TestBase(type) in MatrixReset()
39 explicit MatrixConcat(int type) : TestBase(type) in MatrixConcat()
51 explicit MatrixInvert(int type) : TestBase(type) in MatrixInvert()
63 explicit MatrixSetPolyToPoly(int type) : TestBase(type) in MatrixSetPolyToPoly()
75 explicit MatrixPreRotate(int type) : TestBase(type) in MatrixPreRotate()
87 explicit MatrixPostScale(int type) : TestBase(type) in MatrixPostScale()
99 explicit MatrixPostTranslate(int type) : TestBase(type) in MatrixPostTranslate()
111 explicit MatrixIsEqual(int type) : TestBase(type) in MatrixIsEqual()
H A Dcolor_test.h27 explicit ColorFilterCreateBlendMode(int type) : TestBase(type) in ColorFilterCreateBlendMode()
41 explicit ColorFilterCreateCompose(int type) : TestBase(type) in ColorFilterCreateCompose()
55 explicit ColorFilterCreateMatrix(int type) : TestBase(type) in ColorFilterCreateMatrix()
69 explicit ColorFilterCreateLinearToSrgbGamma(int type) : TestBase(type) in ColorFilterCreateLinearToSrgbGamma()
83 explicit ColorFilterCreateSrgbGammaToLinear(int type) : TestBase(type) in ColorFilterCreateSrgbGammaToLinear()
97 explicit ColorFilterCreateLuma(int type) : TestBase(type) in ColorFilterCreateLuma()
111 explicit ColorSpaceCreateSrgb(int type) : TestBase(type) in ColorSpaceCreateSrgb()
125 explicit ColorSpaceCreateSrgbLinear(int type) : TestBase(type) in ColorSpaceCreateSrgbLinear()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.h25 explicit RSBoundsModifier(const std::shared_ptr<RSPropertyBase>& property);
35 explicit RSBoundsSizeModifier(const std::shared_ptr<RSPropertyBase>& property);
55 explicit RSFrameModifier(const std::shared_ptr<RSPropertyBase>& property);
64 explicit RSPositionZModifier(const std::shared_ptr<RSPropertyBase>& property);
82 explicit RSSandBoxModifier(const std::shared_ptr<RSPropertyBase>& property);
91 explicit RSPivotModifier(const std::shared_ptr<RSPropertyBase>& property);
101 explicit RSPivotZModifier(const std::shared_ptr<RSPropertyBase>& property);
161 explicit RSScaleModifier(const std::shared_ptr<RSPropertyBase>& property);
171 explicit RSSkewModifier(const std::shared_ptr<RSPropertyBase>& property);
181 explicit RSPerspModifier(const std::shared_ptr<RSPropertyBase>& property);
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h78 explicit RecorderParam(uint32_t t) : type(t) {} in RecorderParam()
111explicit VidBitRate(int32_t br) : RecorderParam(RecorderPublicParamType::VID_BITRATE), bitRate(br)… in VidBitRate()
121 explicit VidIsHdr(bool r) : RecorderParam(RecorderPublicParamType::VID_IS_HDR), isHdr(r) {} in VidIsHdr()
126 explicit VidEnableTemporalScale(bool r) in VidEnableTemporalScale()
167 explicit GeoLocation(float lat, float lng) in GeoLocation()
174 explicit RotationAngle(int32_t angle) in RotationAngle()
180 explicit OutFilePath(const std::string &filePath) in OutFilePath()
186 explicit OutFd(int32_t outFd) : RecorderParam(RecorderPublicParamType::OUT_FD), fd(outFd) {} in OutFd()
196 explicit CustomInfo(Meta CustomInfo) : RecorderParam(RecorderPublicParamType::CUSTOM_INFO), in CustomInfo()
202 explicit GenreInfo(std::string genreInfo) : RecorderParam(RecorderPublicParamType::GENRE_INFO), in GenreInfo()
[all …]
H A Dtranscoder_param.h51 explicit TransCoderParam(uint32_t t) : type(t) {} in TransCoderParam()
58explicit VideoEnc(VideoCodecFormat fmt) : TransCoderParam(TransCoderPublicParamType::VIDEO_ENC_FMT… in VideoEnc()
70explicit VideoBitRate(int32_t br) : TransCoderParam(TransCoderPublicParamType::VIDEO_BITRATE), bit… in VideoBitRate()
75explicit AudioEnc(AudioCodecFormat fmt) : TransCoderParam(TransCoderPublicParamType::AUDIO_ENC_FMT… in AudioEnc()
80explicit AudioBitRate(int32_t br) : TransCoderParam(TransCoderPublicParamType::AUDIO_BITRATE), bit… in AudioBitRate()
85explicit InputFilePath(const std::string &filePath) : TransCoderParam(TransCoderPublicParamType::I… in InputFilePath()
91explicit InputUrl(std::string inputUrl) : TransCoderParam(TransCoderPublicParamType::INPUT_URL), u… in InputUrl()
96 explicit InputFd(int32_t inputFd, int64_t inputOffset, int64_t inputSize) in InputFd()
104 explicit OutputFilePath(const std::string &filePath) in OutputFilePath()
110explicit OutputFd(int32_t outFd) : TransCoderParam(TransCoderPublicParamType::OUTPUT_FD), fd(outFd… in OutputFd()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h31 explicit RSBoundsGeometryDrawable() = default;
40 explicit RSClipBoundsDrawable() = default;
51 explicit RSPointLightDrawable() = default;
236 explicit RSDynamicLightUpDrawable() = default;
247 explicit RSBinarizationDrawable() = default;
257 explicit RSLightUpEffectDrawable() = default;
268 explicit RSDynamicDimDrawable() = default;
328 explicit RSEffectDataApplyDrawable() = default;
353 explicit RSParticleDrawable() = default;
365 explicit RSPixelStretchDrawable() = default;
[all …]
H A Drs_property_drawable_utilities.h27 explicit RSAliasDrawable(RSPropertyDrawableSlot slot);
39 explicit RSSaveDrawable(std::shared_ptr<uint32_t> content);
49 explicit RSRestoreDrawable(std::shared_ptr<uint32_t> content);
59 explicit RSCustomSaveDrawable(
71 explicit RSCustomRestoreDrawable(std::shared_ptr<RSPaintFilterCanvas::SaveStatus> content);
83 explicit RSAlphaDrawable(float alpha);
95 explicit RSAlphaOffscreenDrawable(float alpha);
104 explicit RSModifierDrawable(RSModifierType type);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.h59 explicit FillRectOp(const Rect& rect): rect(std::move(rect)) {} in FillRectOp()
111 explicit SetAlphaOp(double alpha): alpha(alpha) {} in SetAlphaOp()
168 explicit ClearRectOp(const Rect& rect): rect(std::move(rect)) {} in ClearRectOp()
216 explicit SetLineWidthOp(double width): width(width) {} in SetLineWidthOp()
223 explicit SetMiterLimitOp(double limit): limit(limit) {} in SetMiterLimitOp()
282 explicit AddRectOp(const Rect& rect): rect(std::move(rect)) {} in AddRectOp()
318 explicit RotateOp(double angle): angle(angle) {} in RotateOp()
364 explicit SetLineDashOffsetOp(double offset): offset(offset) {} in SetLineDashOffsetOp()
399 explicit SetShadowBlurOp(double blur): blur(blur) {} in SetShadowBlurOp()
406 explicit SetShadowOffsetXOp(double x): x(x) {} in SetShadowOffsetXOp()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h46 explicit JsiType(panda::Local<T> val);
47 explicit JsiType(const panda::CopyableGlobal<T>& other);
48 explicit JsiType(const EcmaVM *vm, panda::Local<T> val);
51 explicit JsiType(panda::Local<S> val);
84 explicit JsiValue(panda::Local<panda::JSValueRef> val);
120 explicit JsiString(panda::Local<panda::StringRef> val);
136 explicit JsiArray(panda::Local<panda::ArrayRef> val);
188 explicit JsiObject(panda::Local<panda::ObjectRef> val);
232 explicit JsiFunction(panda::Local<panda::FunctionRef> val);
246 explicit JsiObjTemplate(panda::Local<panda::ObjectRef> val);
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h39 explicit InterfaceLock(LockType type, const CORE_NS::IInterface& t) : InterfaceLock(type, &t) {} in META_BEGIN_NAMESPACE()
41explicit InterfaceLock(LockType type, const BASE_NS::shared_ptr<Type>& t) : InterfaceLock(type, t.… in META_BEGIN_NAMESPACE()
68 explicit operator bool() const in META_BEGIN_NAMESPACE()
85 explicit InterfaceUniqueLock(const CORE_NS::IInterface* t) : p_(interface_cast<ILockable>(t)) in META_NO_COPY()
91 explicit InterfaceUniqueLock(const CORE_NS::IInterface& t) : InterfaceUniqueLock(&t) {} in InterfaceUniqueLock()
93 explicit InterfaceUniqueLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceUniqueLock(t.get()) in InterfaceUniqueLock()
115 explicit operator bool() const
131 explicit InterfaceSharedLock(const CORE_NS::IInterface* t) : p_(interface_cast<ILockable>(t)) in META_NO_COPY()
137 explicit InterfaceSharedLock(const CORE_NS::IInterface& t) : InterfaceSharedLock(&t) {} in InterfaceSharedLock()
139 explicit InterfaceSharedLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceSharedLock(t.get()) in InterfaceSharedLock()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dcodec_data.h55explicit CodecData(bool val) : type_(val ? BufferDataType::TYPE_TRUE : BufferDataType::TYPE_FALSE)… in CodecData()
56 explicit CodecData(int32_t val) : type_(BufferDataType::TYPE_INT), data_(val) {} in CodecData()
57 explicit CodecData(int32_t val, BufferDataType type) : type_(type), data_(val) {} in CodecData()
58 explicit CodecData(int64_t val) : type_(BufferDataType::TYPE_LONG), data_(val) {} in CodecData()
59 explicit CodecData(double val) : type_(BufferDataType::TYPE_DOUBLE), data_(val) {} in CodecData()
61 explicit CodecData(const std::string& val) : type_(BufferDataType::TYPE_STRING), data_(val) {} in CodecData()
62 explicit CodecData(const std::string& val, BufferDataType type) : type_(type), data_(val) {} in CodecData()
64explicit CodecData(const std::set<std::string>& val) : type_(BufferDataType::TYPE_SET), data_(val)… in CodecData()
65explicit CodecData(const std::vector<int8_t>& val) : type_(BufferDataType::TYPE_INT8_ARRAY), data_… in CodecData()
69explicit CodecData(std::string&& val) : type_(BufferDataType::TYPE_STRING), data_(std::move(val)) … in CodecData()
[all …]
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_async_context.h46 explicit LocationAsyncContext(napi_env env, napi_async_work work = nullptr,
59 explicit ReverseGeocodeMockAsyncContext(napi_env env, napi_async_work work = nullptr,
85explicit CountryCodeContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred =…
110explicit SwitchAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred =…
122explicit NmeaAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred = n…
159explicit PrivacyAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred …
172explicit CachedAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred =…
185explicit CommandAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred …
211explicit GeoCodeAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred …
237 explicit LocatingRequiredDataAsyncContext(napi_env env,
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h68 explicit AbilityCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in AbilityCallbackInfo()
88 explicit ExtensionCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in ExtensionCallbackInfo()
130 explicit LaunchWantCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in LaunchWantCallbackInfo()
137 explicit VerifyCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in VerifyCallbackInfo()
144 explicit DynamicIconCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in DynamicIconCallbackInfo()
182 explicit ApplicationInfosCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in ApplicationInfosCallbackInfo()
221 explicit BundleInfosCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in BundleInfosCallbackInfo()
229 explicit BundleInfoCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in BundleInfoCallbackInfo()
239 explicit BatchBundleInfoCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in BatchBundleInfoCallbackInfo()
249 explicit SharedBundleCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in SharedBundleCallbackInfo()
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h58 explicit StartDragParam(DragData &dragData);
59 explicit StartDragParam(const DragData &dragData);
75 explicit StopDragParam(const DragDropResult &dropResult);
96 explicit UpdateDragStyleParam(DragCursorStyle style);
106 explicit UpdateShadowPicParam(const ShadowInfo &shadowInfo);
116 explicit GetDragTargetPidReply(int32_t pid);
126 explicit GetUdKeyReply(std::string &&udKey);
136 explicit GetShadowOffsetReply(const ShadowOffset &shadowOffset);
200 explicit GetDragStateReply(DragState dragState);
212 explicit GetDragActionReply(DragAction dragAction);
[all …]
/ohos5.0/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h58 explicit StartDragParam(DragData &dragData);
59 explicit StartDragParam(const DragData &dragData);
75 explicit StopDragParam(const DragDropResult &dropResult);
107 explicit UpdateShadowPicParam(const ShadowInfo &shadowInfo);
117 explicit GetDragTargetPidReply(int32_t pid);
127 explicit GetUdKeyReply(std::string &&udKey);
137 explicit GetShadowOffsetReply(const ShadowOffset &shadowOffset);
149 explicit UpdatePreviewStyleParam(const PreviewStyle &previewStyle);
231 explicit GetDragStateReply(DragState dragState);
243 explicit GetDragActionReply(DragAction dragAction);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h37 explicit AsyncWorkData(napi_env napiEnv);
46 explicit BaseCallbackInfo(napi_env napiEnv) : AsyncWorkData(napiEnv) {} in BaseCallbackInfo()
101 explicit AsyncAbilityInfoCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncAbilityInfoCallbackInfo()
124 explicit AsyncBundleInfoCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncBundleInfoCallbackInfo()
155 explicit AsyncBundleInfosCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncBundleInfosCallbackInfo()
191 explicit AsyncInstallCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncInstallCallbackInfo()
205 explicit AsyncFormInfosCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosCallbackInfo()
243 explicit AsyncGetNameByUidInfo(napi_env env) : AsyncWorkData(env) {} in AsyncGetNameByUidInfo()
251 explicit AsyncHandleBundleContext(napi_env env) : AsyncWorkData(env) {} in AsyncHandleBundleContext()
262 explicit EnabledInfo(napi_env env) : AsyncWorkData(env) {} in EnabledInfo()
[all …]
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.h43 explicit WakeupController(std::shared_ptr<PowerStateMachine>& stateMachine);
75 explicit SleepGuard(const sptr<PowerMgrService>& pms);
143 explicit WakeupMonitor(WakeupSource& source) in WakeupMonitor()
154 explicit PowerkeyWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in PowerkeyWakeupMonitor()
165 explicit KeyboardWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in KeyboardWakeupMonitor()
173 explicit MousekeyWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in MousekeyWakeupMonitor()
181 explicit TouchpadWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in TouchpadWakeupMonitor()
189 explicit PenWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in PenWakeupMonitor()
213 explicit LidWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in LidWakeupMonitor()
221 explicit SwitchWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in SwitchWakeupMonitor()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h29 explicit SystemAbilityStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in SystemAbilityStateHandler()
40 explicit NotLoadedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in NotLoadedStateHandler()
48 explicit LoadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadingStateHandler()
56 explicit LoadedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadedStateHandler()
64 explicit UnloadableStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in UnloadableStateHandler()
72 explicit UnloadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in UnloadingStateHandler()
80 explicit SystemProcessStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in SystemProcessStateHandler()
91 explicit NotStartedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in NotStartedStateHandler()
99 explicit StartedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in StartedStateHandler()
107 explicit StoppingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in StoppingStateHandler()
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_data.h51 explicit AsyncWorkData(napi_env napiEnv);
72 explicit AsyncCallbackInfoIsIdleState(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoIsIdleState()
78 explicit AsyncQueryAppGroupCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncQueryAppGroupCallbackInfo()
84 explicit AsyncCallbackInfoStates(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoStates()
91 explicit AsyncCallbackInfoAppUsageByInterval(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoAppUsageByInterval()
99 explicit AsyncCallbackInfoEventStats(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoEventStats()
106 explicit AsyncCallbackInfoAppUsage(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoAppUsage()
112 explicit AsyncCallbackInfoSetAppGroup(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoSetAppGroup()
119 explicit AsyncCallbackInfoModuleRecord(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfoModuleRecord()
125 explicit AsyncUnRegisterCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncUnRegisterCallbackInfo()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_object_types.h51 explicit CameraNapiObjSize(Size& size) : size_(size) {} in CameraNapiObjSize()
60explicit CameraNapiObjFrameRateRange(std::vector<int32_t>& frameRateRange) : frameRateRange_(frame… in CameraNapiObjFrameRateRange()
69 explicit CameraNapiObjProfile(Profile& profile) : profile_(profile) {} in CameraNapiObjProfile()
78 explicit CameraNapiObjVideoProfile(VideoProfile& videoProfile) : videoProfile_(videoProfile) {} in CameraNapiObjVideoProfile()
87 explicit CameraNapiObjDepthProfile(DepthProfile& depthProfile) : depthProfile_(depthProfile) {} in CameraNapiObjDepthProfile()
97 explicit CameraNapiObjCameraDevice(CameraDevice& cameraDevice) : cameraDevice_(cameraDevice) {} in CameraNapiObjCameraDevice()
107 explicit CameraNapiBoundingBox(Rect& rect) : rect_(rect) {} in CameraNapiBoundingBox()
117explicit CameraNapiObjMetadataObject(MetadataObject& metadataObject) : metadataObject_(metadataObj… in CameraNapiObjMetadataObject()
127 explicit CameraNapiObjCameraOutputCapability(CameraOutputCapability& cameraOutputCapability) in CameraNapiObjCameraOutputCapability()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h93 explicit NotificationContent(const std::shared_ptr<NotificationNormalContent> &normalContent);
102explicit NotificationContent(const std::shared_ptr<NotificationLongTextContent> &longTextContent);
111 explicit NotificationContent(const std::shared_ptr<NotificationPictureContent> &pictureContent);
120explicit NotificationContent(const std::shared_ptr<NotificationConversationalContent> &conversatio…
129explicit NotificationContent(const std::shared_ptr<NotificationMultiLineContent> &multiLineContent…
138 explicit NotificationContent(const std::shared_ptr<NotificationMediaContent> &mediaContent);
147explicit NotificationContent(const std::shared_ptr<NotificationLocalLiveViewContent> &localLiveVie…
156explicit NotificationContent(const std::shared_ptr<NotificationLiveViewContent> &liveViewContent);
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_sub_parameter.h79 explicit CdmaSmsReservedParameter(uint8_t id);
122 explicit CdmaSmsPrivacyInd(SmsPrivacyIndicator &privacy);
132 explicit CdmaSmsReplyOption(SmsReplyOption &replyOpt);
181 explicit CdmaSmsCmasData(SmsTeleSvcCmasData &data);
208 explicit CdmaSmsLanguageInd(SmsLanguageType &language);
229 explicit CdmaSmsDepositIndex(uint16_t &index);
239 explicit CdmaSmsDisplayMode(SmsDisplayMode &mode);
249 explicit CdmaSmsMessageStatus(SmsStatusCode &status);
259 explicit CdmaSmsNumberMessages(uint32_t &num);
269 explicit CdmaSmsEnhancedVmn(SmsEnhancedVmn &vmn);
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.h49 explicit ScanStateMachine(int instId = 0);
73 explicit InitState(ScanStateMachine *paraScanStateMachine);
101 explicit HardwareReady(ScanStateMachine *paraScanStateMachine);
117 explicit CommonScan(ScanStateMachine *paraScanStateMachine);
133 explicit CommonScanUnworked(ScanStateMachine *paraScanStateMachine);
149 explicit CommonScanning(ScanStateMachine *paraScanStateMachine);
165 explicit PnoScan(ScanStateMachine *paraScanStateMachine);
181 explicit PnoScanHardware(ScanStateMachine *paraScanStateMachine);
213 explicit PnoScanSoftware(ScanStateMachine *paraScanStateMachine);
229 explicit PnoSwScanFree(ScanStateMachine *paraScanStateMachine);
[all …]

12345678910>>...141