Home
last modified time | relevance | path

Searched defs:store (Results 251 – 275 of 342) sorted by relevance

1...<<11121314

/aosp12/system/bt/hci/src/
H A Dhci_layer_linux.cc269 uint8_t store = *addr; in hci_transmit() local
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp149 std::string store; in ProcessSpace() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreCustomDir.test.js84 let store = null; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp53 void SkiaPersistentCache::store(const SkData& key, const SkData& data) in store() function in OHOS::Rosen::Drawing::SkiaPersistentCache
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp315 static std::shared_ptr<RdbStore> store; member in RdbStorePredicateTest
331 std::shared_ptr<RdbStore> RdbStorePredicateTest::store = nullptr; member in RdbStorePredicateTest
362 int PredicateTestOpenCallback::OnCreate(RdbStore &store) in OnCreate()
367 int PredicateTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp372 auto store = new (std::nothrow) GeneralStoreMock(); in __anon0b1436170202() local
409 auto store = new (std::nothrow) GeneralStoreMock(); in __anon0b1436170302() local
1723 auto store = std::make_shared<GeneralStoreMock>(); variable
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp229 gralloc1_backing_store_t store, const Descriptor& descriptor, in Buffer()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_permission_operations_test/src/
H A Dmedialibrary_app_uri_permission_operations_test.cpp109 auto store = g_rdbStore; in PrepareUniqueNumberTable() local
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog_common.cpp176 napi_value ParseUint32(napi_env env, napi_value object, uint32_t &store) in ParseUint32()
/aosp12/system/update_engine/common/
H A Dutils_unittest.cc301 brillo::KeyValueStore store; in TEST() local
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
H A DComponent.cpp207 const sp<ComponentStore>& store, in Component()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp53 void InitStore(ReminderStore& store) in InitStore()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp25 …ingleKvStore::InsertMockKvStore(AppId appId, StoreId storeId, std::shared_ptr<SingleKvStore> store) in InsertMockKvStore()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_analysis_album_operations.cpp63 static int32_t ExecSqls(const vector<string> &sqls, const shared_ptr<MediaLibraryUnistore> &store) in ExecSqls()
606 static int32_t UpdateForMergeGroupAlbums(const shared_ptr<MediaLibraryRdbStore> store, const vector… in UpdateForMergeGroupAlbums()
H A Dmedialibrary_file_operations.cpp494 const shared_ptr<MediaLibraryRdbStore> store) in CampatQueryDebug()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyData.java180 static boolean store(DevicePolicyData policyData, JournaledFile file, boolean isFdeDevice) { in store() method in DevicePolicyData
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp158 std::shared_ptr<StorageProxy> GetStorageProxy(ICloudSyncStorageInterface *store) in GetStorageProxy()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp357 auto store = AutoCache::GetInstance().GetStore(meta, {}); in ObjectServiceImpl() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Drdb_adapter_test.cpp50 std::shared_ptr<RdbAdapter> store = nullptr; variable
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c466 X509_STORE *store = X509_STORE_new(); in FindCertificateBySubject() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_service_test.cpp46 int ConfigTestOpenCall::OnCreate(RdbStore &store) in OnCreate()
51 int ConfigTestOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp123 int PhotosOpenCall::OnCreate(RdbStore &store) in OnCreate()
132 int PhotosOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
182 …shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCo… in Init() local

1...<<11121314