Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 44) sorted by relevance

12

/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
Dtrigger_db_helper.cpp97 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) … in GetVendorUuid()
114 bool TriggerDbHelper::GetBlob(std::shared_ptr<AbsSharedResultSet> &set, std::vector<uint8_t> &data)… in GetBlob()
131 bool TriggerDbHelper::GetModelVersion(std::shared_ptr<AbsSharedResultSet> &set, int32_t &version) c… in GetModelVersion()
157 std::shared_ptr<AbsSharedResultSet> set = store_->QuerySql( in GetGenericTriggerModel() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
Di_storage.ts18 set<T>(key: string, val: T): void; method
Dobserved_object.ts183 public set(target: Object, property: PropertyKey, newValue: any): boolean { method in SubscribableHandler
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
Dfu_synced_property_object_nested.ts73 public set(newValue: C): void { method in SynchedPropertyNesedObject
Dfu_synced_property_simple_two_way.ts67 public set(newValue: T): void { method in SynchedPropertySimpleTwoWay
Dfu_observed_property_simple.ts64 public set(newValue: T): void { method in ObservedPropertySimple
Dfu_observed_property_object.ts97 public set(newValue: T): void { method in ObservedPropertyObject
Dfu_synced_property_object_two_way.ts86 public set(newValue: C): void { method in SynchedPropertyObjectTwoWay
Dfu_synced_property_simple_one_way.ts48 public set(newValue: T): void { method in SynchedPropertySimpleOneWay
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/common/
Dmock_storage.ts57 public set<T>(key: string, val: T): void { method in MockStorage
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
Dpu_synced_property_object_nested.ts85 public set(newValue: C): void { method in SynchedPropertyNestedObjectPU
Dpu_observed_property.ts135 public set(newValue: T): void { method in ObservedPropertyPU
Dpu_synced_property_two_way.ts130 public set(newValue: C): void { method in SynchedPropertyTwoWayPU
Dpu_synced_property_one_way.ts183 public set(newValue: C): void { method in SynchedPropertyOneWayPU
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dfont_providers.cpp63 auto set = provider->MatchFamily(familyName); in GenerateFontCollection() local
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_font_manager.cpp64 auto set = fontMgr_->matchFamily(familyName.c_str()); in MatchFamily() local
Dtexgine_font_style_set.cpp21 TexgineFontStyleSet::TexgineFontStyleSet(SkFontStyleSet *set) in TexgineFontStyleSet()
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/
Dindex.js110 set(value) { method
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_data_ability.h91 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in Query() local
114 std::shared_ptr<AppExecFwk::PacMap> set = std::make_shared<AppExecFwk::PacMap>(); in Call() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
Dability_start_setting_test.cpp77 std::set<std::string> set = abilityStartSetting_->GetPropertiesKey(); variable
/foundation/distributeddatamgr/data_object/interfaces/jskits/
Ddistributed_data_object.js94 set: function (newValue) { method
106 set: function (newValue) { method
168 set: function (newValue) { method
/foundation/resourceschedule/ffrt/src/sched/
Dload_tracking.cpp39 std::unordered_set<Interval*> set; in UpdateTaskSwitch() local
49 TaskSwitchState state) { in UpdateTaskSwitch()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.h86 MySetFunc set; member
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
Dsoftbus_adapter_socket.c281 void SoftBusSocketFdZero(SoftBusFdSet *set) in SoftBusSocketFdZero()
291 void SoftBusSocketFdSet(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdSet()
301 void SoftBusSocketFdClr(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdClr()
311 int32_t SoftBusSocketFdIsset(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdIsset()
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
Dsubject.js163 set(value) { method

12