Home
last modified time | relevance | path

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

12

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/
Di_storage.ts18 set<T>(key: string, val: T): void; method
Dsynced_property_object_nested.ts68 public set(newValue: C): void { method in SynchedPropertyNesedObject
Dobserved_property_simple.ts63 public set(newValue: T): void { method in ObservedPropertySimple
Dobserved_property_object.ts94 public set(newValue: T): void { method in ObservedPropertyObject
Dsynced_property_object_two_way.ts79 public set(newValue: C): void { method in SynchedPropertyObjectTwoWay
Dsynced_property_simple_one_way.ts51 public set(newValue: T): void { method in SynchedPropertySimpleOneWay
Dcontent_storage.ts32 public set<T>(propName: string, newValue: T): boolean { method in ContentStorage
Dobserved_object.ts109 public set(target: Object, property: PropertyKey, newValue: any): boolean { method in SubscribableHandler
Dapp_storage.ts121 public set<T>(propName: string, newValue: T): boolean { method in AppStorage
/foundation/graphic/standard/frameworks/wm/include/
Dtester.h45 std::set<std::string> set; variable
/foundation/distributeddatamgr/objectstore/interfaces/jskits/
Ddistributed_data_object.js31 set: function (newValue) { method
42 set: function (newValue) { method
128 set: function (newValue) { method
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/
Dmock_storage.ts55 public set<T>(key: string, val: T): void { method in MockStorage
/foundation/ace/ace_engine_lite/frameworks/packages/runtime-core/src/core/
Dindex.js104 set(value) { method
/foundation/aafwk/standard/frameworks/kits/appkit/native/test/unittest/
Dability_start_setting_test.cpp73 std::set<std::string> set = abilityStartSetting_->GetPropertiesKey(); variable
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_a/
Dsoftbus_adapter_socket.c177 void SoftBusSocketFdZero(SoftBusFdSet *set) in SoftBusSocketFdZero()
187 void SoftBusSocketFdSet(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdSet()
197 void SoftBusSocketFdClr(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdClr()
207 int32_t SoftBusSocketFdIsset(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdIsset()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/
DcontentStorage.js226 set(target, property, newValue) { method in SubscribableHandler
517 set(newValue, isCrossWindow) { method in ObservedPropertyObject
581 set(newValue, isCrossWindow) { method in ObservedPropertySimple
648 set(newValue, isCrossWindow) { method in SynchedPropertyObjectTwoWay
714 set(newValue, isCrossWindow) { method in SynchedPropertyNesedObject
767 set(newValue, isCrossWindow) { method in SynchedPropertySimpleOneWay
860 set(newValue, isCrossWindow) { method in SynchedPropertySimpleTwoWay
898 set(propName, newValue) { method in ContentStorage
1097 set(propName, newValue) { method in AppStorage
DstateMgmt.js398 static set(type, value) { method in Clipboard
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.h86 MySetFunc set; member
/foundation/aafwk/standard/frameworks/kits/ability/native/test/unittest/
Ddata_ability_impl_test.cpp242 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = dataabilityimpl->Query(uri, columns, predicat… variable
264 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = dataabilityimpl->Query(uri, columns, predicat… variable
Ddata_ability_helper_test.cpp394 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in __anon3e901ece0b02() local
426 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in __anon3e901ece0c02() local
/foundation/ace/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
Dsubject.js162 set(value) { method
/foundation/communication/dsoftbus/tests/adapter/unittest/
Dsoftbus_socket_test.cpp951 SoftBusFdSet set = { 0 }; variable
966 SoftBusFdSet set = { 0 }; variable
999 SoftBusFdSet set; variable
1025 SoftBusFdSet set; variable
1038 SoftBusFdSet set; variable
1052 SoftBusFdSet set = { 0 }; variable
/foundation/aafwk/standard/frameworks/kits/ability/native/test/mock/include/
Dmock_data_ability.h90 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in Query() local
/foundation/aafwk/standard/frameworks/kits/test/mock/DemoAbility/
Dmock_ability_test.h115 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in Query() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_subscribe_query_test.cpp611 std::vector<int> set = {1, 2, 3, 4}; variable

12