/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/ |
H A D | medialibrary_scanner_db_test.cpp | 42 int ConfigTestOpenCall::OnCreate(RdbStore &store) in OnCreate() argument 44 return store.ExecuteSql(CREATE_TABLE_TEST); in OnCreate() 47 int ConfigTestOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 59 shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() local 60 storePtr = store; in SetUpTestCase()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/ |
H A D | medialibrary_thumbnail_fuzzer.cpp | 132 std::shared_ptr<NativeRdb::RdbStore> store; in FuzzThumbRdbOpt() local 134 store = FuzzBool(data, size) ? in FuzzThumbRdbOpt() 137 store = Media::MediaLibraryUnistoreManager::GetInstance().GetRdbStoreRaw()->GetRaw(); in FuzzThumbRdbOpt() 141 .store = store, in FuzzThumbRdbOpt()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 187 DBStore *store = nullptr; in ChangeKVStoreDate() local 188 dbManager->GetKvStore(storeId, dbOption, [&status, &store](auto dbStatus, auto *dbStore) { in ChangeKVStoreDate() 190 store = dbStore; in ChangeKVStoreDate() 196 auto dbStatus = store->Rekey(dbPassword.password); in ChangeKVStoreDate() 197 dbManager->CloseKvStore(store); in ChangeKVStoreDate() 264 * @tc.desc: mock the situation that open store after rekey was interrupted last time, 294 * @tc.desc: mock the situation that open store after rekey was interrupted last time,
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 95 [this, &dbManager, &kvStore, &appId, &dbStatus, &options](auto status, auto *store) { in GetOrOpenStore() 97 if (store == nullptr) { in GetOrOpenStore() 100 auto release = [dbManager](auto *store) { dbManager->CloseKvStore(store); }; in GetOrOpenStore() 101 auto dbStore = std::shared_ptr<DBStore>(store, release); in GetOrOpenStore()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input.cpp | 281 isChannelConnected_.store(false); in UnInit() 300 isChannelConnected_.store(false); in OnSessionState() 306 isChannelConnected_.store(true); in OnSessionState() 416 isChannelConnected_.store(false); in EstablishContinuousFrameSession() 433 isChannelConnected_.store(false); in EstablishSnapshotFrameSession()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memset.S | 35 * Then store as many 4-byte chunks, followed by trailing bytes. 39 * store 8-bytes chunks to align the address on 64 byte boundary 56 * store remaining data in 64-byte chunks until less than 62 * Doing the advance store of the first element of the cache line 72 * the BIS store must be balanced against the cost of the membar operation. 79 * store and the final stores. 81 * "most recently used" for all but the last store to the cache line. 188 ! get store pipeline moving 194 sub %o5, 8, %o5 ! adjust %o5 for ASI store alignment 223 ! to keep the store pipelin [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 181 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task 185 stg %r15,__THREAD_ksp(%r1,%r2) # store kernel stack of prev 188 stg %r3,__LC_CURRENT # store task struct of next 189 stg %r15,__LC_KERNEL_STACK # store end of kernel stack 192 mvc __LC_CURRENT_PID(4,%r0),0(%r3) # store pid of next 617 stap __SF_EMPTY(%r15) # store cpu address 638 stg %r10,__PT_ORIG_GPR2(%r11) # store last break to orig_gpr2
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memset.S | 35 * Then store as many 4-byte chunks, followed by trailing bytes. 39 * store 8-bytes chunks to align the address on 64 byte boundary 56 * store remaining data in 64-byte chunks until less than 62 * Doing the advance store of the first element of the cache line 72 * the BIS store must be balanced against the cost of the membar operation. 79 * store and the final stores. 81 * "most recently used" for all but the last store to the cache line. 188 ! get store pipeline moving 194 sub %o5, 8, %o5 ! adjust %o5 for ASI store alignment 223 ! to keep the store pipelin [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cimax2.c | 174 u8 store; in netup_ci_op_cam() local 183 0, &store, 1); in netup_ci_op_cam() 187 store &= ~0x0c; in netup_ci_op_cam() 188 store |= flag; in netup_ci_op_cam() 191 0, &store, 1); in netup_ci_op_cam() 440 0x01, /* power on (use it like store place) */ in netup_ci_init()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_sysfs_if.c | 23 int (*store)(struct net_bridge_port *, unsigned long); member 40 .store = _store, \ 334 } else if (brport_attr->store) { in brport_store() 339 ret = brport_attr->store(p, val); in brport_store() 355 .store = brport_store,
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cimax2.c | 174 u8 store; in netup_ci_op_cam() local 183 0, &store, 1); in netup_ci_op_cam() 187 store &= ~0x0c; in netup_ci_op_cam() 188 store |= flag; in netup_ci_op_cam() 191 0, &store, 1); in netup_ci_op_cam() 440 0x01, /* power on (use it like store place) */ in netup_ci_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_perf.c | 295 u32 *cs, *store; in live_noa_gpr() local 360 store = memset32(rq->engine->status_page.addr + 512, 0, 32); in live_noa_gpr() 379 offset_in_page(store) + in live_noa_gpr() 396 if (store[i] == STACK_MAGIC) in live_noa_gpr() 400 i, store[i], STACK_MAGIC); in live_noa_gpr()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_sysfs_if.c | 27 int (*store)(struct net_bridge_port *, unsigned long); member 44 .store = _store, \ 341 } else if (brport_attr->store) { in brport_store() 346 ret = brport_attr->store(p, val); in brport_store() 362 .store = brport_store,
|
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 103 g_isRunning.store(false); in VencOutputDataReady() 300 g_isRunning.store(false); in InputFunc() 423 g_isRunning.store(true); in Start() 434 g_isRunning.store(false); in Start() 448 g_isRunning.store(false); in StopInloop()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.cc | 73 hint_.store(nullptr, std::memory_order_relaxed); in Init() 74 threads_.store(nullptr, std::memory_order_relaxed); in Init() 84 threads_.store(serial, std::memory_order_relaxed); in Init() 85 space_allocated_.store(options_.initial_block_size, in Init() 89 space_allocated_.store(0, std::memory_order_relaxed); in Init()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | audio_source.cpp | 80 isReading_.store(true); in Start() 135 isReading_.store(false); in Stop()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container_scope.cpp | 99 recentActiveId_.store(id, std::memory_order_relaxed); in UpdateRecentActive() 104 recentForegroundId_.store(id, std::memory_order_relaxed); in UpdateRecentForeground()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_node_map.cpp | 37 g_instance_valid.store(true); in RSNodeMap() 45 g_instance_valid.store(false);
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/ |
H A D | deferred_video_processing_session.cpp | 42 inSync_.store(true); in BeginSynchronize() 52 inSync_.store(false); in EndSynchronize()
|
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_mock.cpp | 68 isExit_.store(true); in Stop() 107 isExit_.store(true); in Release()
|
/foundation/window/window_manager/utils/include/ |
H A D | class_var_definition.h | 51 memberName##atomicBool_.store(false); \
73 memberName##atomicBool_.store(false); \
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
H A D | bus_center_mock.cpp | 59 mock.store(this); in BusCenterMock() 64 mock.store(nullptr); in ~BusCenterMock()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | net_conn_client.cpp | 80 mock.store(this); in MockNetConnClient() 85 mock.store(nullptr); in ~MockNetConnClient()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | distributed_module_config.cpp | 58 retrying_.store(true); in GetRetryTask() 85 retrying_.store(false); in GetRetryTask()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_async_call.h | 50 times_.store(record.times_);
in RecordData() 55 times_.store(record.times_);
in operator =()
|