| /foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
| H A D | distributed_mission_manager.cpp | 2130 napi_property_descriptor properties[] = { in DistributedMissionManagerExport() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_datepicker.cpp | 1186 DialogProperties properties; in DatePickerDialogShow() local 1832 DialogProperties properties; TimePickerDialogShow() local [all...] |
| H A D | js_textpicker.cpp | 1537 DialogProperties properties; in TextPickerDialogShow() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| H A D | timepicker_column_pattern.cpp | 633 TimeTextProperties properties; in AddAnimationTextProperties() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_server_profile.cpp | 1280 uint8_t properties = db_.GetCharacteristic(attHandle)->properties_; in AssembleCharacteristicPackage() local
|
| H A D | gatt_client_profile.cpp | 1422 uint8_t properties = 0; in DiscoverAllCharacteristicOfServiceParsing() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| H A D | mesh_builder.cpp | 432 const FormatProperties& properties = GetFormatSpec(vertexAttributeDesc->format); in GetVertexAttributeByteSize() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
| H A D | rs_property_drawable_utils.cpp | 61 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 D | sendable_pixel_map_napi.cpp | 345 DoInitAfter(napi_env env, napi_value exports, napi_value constructor, size_t property_count, const napi_property_descriptor* properties) DoInitAfter() argument
|
| H A D | sendable_image_source_napi.cpp | 800 napi_property_descriptor properties[] = {
in Init() local
|
| /foundation/multimedia/player_framework/frameworks/js/avplayer/ |
| H A D | avplayer_napi.cpp | 75 napi_property_descriptor properties[] = { in Init() local
|
| /foundation/multimedia/media_library/frameworks/js/src/sendable/ |
| H A D | sendable_photo_access_helper_napi.cpp | 304 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 D | napi_remote_object.cpp | 1485 napi_property_descriptor properties[] = { in NAPIRemoteObjectExport() local
|
| /foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
| H A D | socket_exec.cpp | 197 std::initializer_list<napi_property_descriptor> properties = { in ConstructTCPSocketConnection() local
|
| H A D | local_socket_exec.cpp | 126 std::initializer_list<napi_property_descriptor> properties = { in ConstructLocalSocketConnection() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | db_common.cpp | 319 void DBCommon::SetDatabaseIds(KvDBProperties &properties, const DbIdParam &dbIdParam) in SetDatabaseIds() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_sqlite_ext.cpp | 678 DistributedDB::ChangeProperties properties = { .isTrackedDataChange = (isTrackerChange > 0) }; in CloudDataChangedObserver() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| H A D | distributeddb_tools_unit_test.cpp | 88 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 D | distributeddb_relational_ver_p2p_sync_test.cpp | 2900 RelationalDBProperties properties; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| H A D | sqlite_relational_store.cpp | 62 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 D | sqlite_single_ver_natural_store.cpp | 118 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 D | sqlite_utils.cpp | 146 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 D | distributeddb_cloud_syncer_download_assets_test.cpp | 557 RelationalDBProperties properties; in GetRelationalStore() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| H A D | napi_rdb_store.cpp | 194 void RdbStoreProxy::AddSyncFunctions(std::vector<napi_property_descriptor> &properties) in AddSyncFunctions() argument [all...] |
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
| H A D | udmf_test.cpp | 1064 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...] |