Home
last modified time | relevance | path

Searched defs:properties (Results 751 - 775 of 1001) sorted by relevance

1...<<3132333435363738394041

/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.cpp2130 napi_property_descriptor properties[] = { in DistributedMissionManagerExport() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1186 DialogProperties properties; in DatePickerDialogShow() local
1832 DialogProperties properties; TimePickerDialogShow() local
[all...]
H A Djs_textpicker.cpp1537 DialogProperties properties; in TextPickerDialogShow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp633 TimeTextProperties properties; in AddAnimationTextProperties() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp1280 uint8_t properties = db_.GetCharacteristic(attHandle)->properties_; in AssembleCharacteristicPackage() local
H A Dgatt_client_profile.cpp1422 uint8_t properties = 0; in DiscoverAllCharacteristicOfServiceParsing() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp432 const FormatProperties& properties = GetFormatSpec(vertexAttributeDesc->format); in GetVertexAttributeByteSize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp61 GetRRectForDrawingBorder( const RSProperties& properties, const std::shared_ptr<RSBorder>& border, const bool& isOutline) GetRRectForDrawingBorder() argument
72 GetInnerRRectForDrawingBorder( const RSProperties& properties, const std::shared_ptr<RSBorder>& border, const bool& isOutline) GetInnerRRectForDrawingBorder() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp345 DoInitAfter(napi_env env, napi_value exports, napi_value constructor, size_t property_count, const napi_property_descriptor* properties) DoInitAfter() argument
H A Dsendable_image_source_napi.cpp800 napi_property_descriptor properties[] = { in Init() local
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp75 napi_property_descriptor properties[] = { in Init() local
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp304 static napi_value CreateNumberEnumProperty(napi_env env, vector<string> properties, napi_ref &ref, int32_t offset = 0) in CreateNumberEnumProperty() argument
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp1485 napi_property_descriptor properties[] = { in NAPIRemoteObjectExport() local
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp197 std::initializer_list<napi_property_descriptor> properties = { in ConstructTCPSocketConnection() local
H A Dlocal_socket_exec.cpp126 std::initializer_list<napi_property_descriptor> properties = { in ConstructLocalSocketConnection() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp319 void DBCommon::SetDatabaseIds(KvDBProperties &properties, const DbIdParam &dbIdParam) in SetDatabaseIds() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp678 DistributedDB::ChangeProperties properties = { .isTrackedDataChange = (isTrackerChange > 0) }; in CloudDataChangedObserver() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp88 int DistributedDBToolsUnitTest::CreateMockSingleDb(DatabaseInfo &dbInfo, OpenDbProperties &properties) in CreateMockSingleDb() argument
131 static int CreatMockMultiDb(OpenDbProperties &properties, DatabaseInfo &dbInfo) in CreatMockMultiDb() argument
144 OpenMockMultiDb(DatabaseInfo &dbInfo, OpenDbProperties &properties) OpenMockMultiDb() argument
183 CreateMockMultiDb(DatabaseInfo &dbInfo, OpenDbProperties &properties) CreateMockMultiDb() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp2900 RelationalDBProperties properties; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp62 static void InitDataBaseOption(const RelationalDBProperties &properties, OpenDbProperties &option) in InitDataBaseOption() argument
73 int SQLiteRelationalStore::InitStorageEngine(const RelationalDBProperties &properties) in InitStorageEngine() argument
168 CheckProperties(RelationalDBProperties properties) CheckProperties() argument
262 Open(const RelationalDBProperties &properties) Open() argument
779 const auto &properties = sqliteStorageEngine_->GetProperties(); RemoteQuery() local
1525 InitSQLiteStorageEngine(const RelationalDBProperties &properties) InitSQLiteStorageEngine() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp118 void UpdateSecProperties(KvDBProperties &properties, bool isReadOnly, const SchemaObject &savedSchemaObj, in UpdateSecProperties() argument
189 OpenDbProperties properties; in SetUserVer() local
1794 GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const GetKvDBSize() argument
[all...]
H A Dsqlite_utils.cpp146 int SQLiteUtils::CreateDataBase(const OpenDbProperties &properties, sqlite3 *&dbTemp, bool setWal) in CreateDataBase() argument
185 int SQLiteUtils::OpenDatabase(const OpenDbProperties &properties, sqlite3 *&db, bool setWal) in OpenDatabase() argument
998 int SQLiteUtils::GetVersion(const OpenDbProperties &properties, in argument
1084 SetUserVer(const OpenDbProperties &properties, int version) SetUserVer() argument
1460 DistributedDB::ChangeProperties properties = { .isTrackedDataChange = (isTrackerChange > 0) }; CloudDataChangedServerObserver() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp557 RelationalDBProperties properties; in GetRelationalStore() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp194 void RdbStoreProxy::AddSyncFunctions(std::vector<napi_property_descriptor> &properties) in AddSyncFunctions() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1064 OH_UdmfProperty *properties = OH_UdmfProperty_Create(data); in HWTEST_F() local
1080 OH_UdmfProperty *properties = OH_UdmfProperty_Create(data); in HWTEST_F() local
1097 OH_UdmfProperty *properties = OH_UdmfProperty_Create(data); in HWTEST_F() local
1113 OH_UdmfProperty *properties = OH_UdmfProperty_Create(data); HWTEST_F() local
1140 OH_UdmfProperty *properties = OH_UdmfProperty_Create(data); HWTEST_F() local
1156 OH_UdmfProperty *properties = OH_UdmfProperty_Create(data); HWTEST_F() local
[all...]

Completed in 72 milliseconds

1...<<3132333435363738394041