Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 196) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
Dobserved_object.ts103 constructor(owningProperty: IPropertySubscriber) { method in SubscribableHandler
210 constructor(owningProperty: IPropertySubscriber) { method in SubscribableDateHandler
247 constructor(obj: Object, handler: SubscribableHandler) { method in ExtendableProxy
458 …private constructor(obj: T, handler: SubscribableHandler, objectOwningProperty: IPropertySubscribe… method in ObservedObject
Denvironment_setting.d.ts20 constructor(); method in EnvironmentSetting
Dlocal_storage_native.d.ts22 constructor(); method in NativeLocalStorage
Dstorage.d.ts17 constructor(); method in Storage
/foundation/communication/bluetooth/test/example/BluetoothTest/entry/src/main/ets/MainAbility/model/
DBluetoothDevice.ts7 constructor() { method in Profile
21 constructor() { method in BluetoothDevice
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
Dfu_synced_property_simple_one_way.ts26 constructor(value: T, subscribeMe?: IPropertySubscriber, info?: PropertyInfo) { method in SynchedPropertySimpleOneWay
86constructor(linkedProperty: ObservedPropertySimpleAbstract<T>, subscribeMe?: IPropertySubscriber, … method in SynchedPropertySimpleOneWaySubscribing
Dfu_observed_property_object_abstract.ts28 constructor(owningView: IPropertySubscriber, thisPropertyName: PropertyInfo) { method in ObservedPropertyObjectAbstract
Dfu_view_native.d.ts23 constructor(compilerAssignedUniqueChildId: string, parent: View); method in NativeViewFullUpdate
Dfu_observed_property_simple_abstract.ts25 constructor(owningView: IPropertySubscriber, propertyName: PropertyInfo) { method in ObservedPropertySimpleAbstract
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
Dpu_observed_property_object_abstract.ts29 constructor(owningView: IPropertySubscriber, thisPropertyName: PropertyInfo) { method in ObservedPropertyObjectAbstractPU
Dpu_view_native.d.ts22 constructor( ); method in NativeViewPartialUpdate
Dpu_observed_property_simple_abstract.ts23 constructor(owningView: IPropertySubscriber, propertyName: PropertyInfo) { method in ObservedPropertySimpleAbstractPU
/foundation/barrierfree/accessibility/interfaces/kits/js/
D@ohos.accessibility.GesturePoint.d.ts23 constructor(positionX: number, positionY: number); method in GesturePoint
D@ohos.accessibility.GesturePath.d.ts25 constructor(durationTime: number); method in GesturePath
/foundation/communication/bluetooth/test/example/BluetoothTest/entry/src/main/ets/Utils/
DBaseModel.ts17 constructor() { method in BaseModel
/foundation/ability/ability_runtime/frameworks/js/napi/app/test_runner/
Dtest_runner.js17 constructor() {} method in TestRunner
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension_context/
Dwork_scheduler_extension_context.js19 constructor(obj) { method in WorkSchedulerExtensionContext
/foundation/distributeddatamgr/data_share/frameworks/js/napi/datashare_ext_ability_context/
Ddatashare_ext_ability_context.js19 constructor(obj) { method in DataShareExtensionAbilityContext
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/common/
Dlocal_storage_native_mock.ts20 constructor() { method in NativeLocalStorage
/foundation/ability/ability_runtime/frameworks/js/napi/static_subscriber_extension_context/
Dstatic_subscriber_extension_context.js19 constructor(obj) { method in StaticSubscriberExtensionContext
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
Dcomponent_config.h25 std::string constructor = ""; variable
/foundation/ability/ability_runtime/frameworks/js/napi/extensioncontext/
Dextension_context.js18 constructor(obj) { method in ExtensionContext
/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/entry/src/main/ets/MainAbility/
DLogger.ts18 constructor(prefix: string) { method in Logger
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_stage_context/
Dability_stage_context.js19 constructor(obj) { method in AbilityStageContext
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/common/napi/
Dn_class.cpp27 …le<bool, napi_value> NClass::DefineClass(napi_env env, string className, napi_callback constructor, in DefineClass()
45 napi_ref constructor; in SaveClass() local

12345678