Home
last modified time | relevance | path

Searched refs:store (Results 576 - 600 of 1954) sorted by relevance

1...<<21222324252627282930>>...79

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp20 ObserverBridge::ObserverBridge(AppId appId, StoreId store, std::shared_ptr<Observer> observer, const Convertor &cvt) in ObserverBridge() argument
21 : appId_(std::move(appId)), storeId_(std::move(store)), observer_(std::move(observer)), convert_(cvt) in ObserverBridge()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/daudio_input/
H A Ddaudio_input_plugin.cpp65 frameNumber_.store(0); in Init()
80 frameNumber_.store(0); in Reset()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/
H A Ddscreen_input_plugin.cpp62 frameNumber_.store(0); in Init()
77 frameNumber_.store(0); in Reset()
/third_party/node/src/quic/
H A Ddata.h30 Store(std::shared_ptr<v8::BackingStore> store,
33 Store(std::unique_ptr<v8::BackingStore> store,
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump_decls.h81 dump_instr_load(struct dxil_dumper *d, struct dxil_instr_load *store);
83 dump_instr_store(struct dxil_dumper *d, struct dxil_instr_store *store);
/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc105 // It is unnecessary to wire effect and control deps for load and store in Instrument()
126 Node* store = in Instrument() local
136 saturated_inc, store}; in Instrument()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c195 gpir_store_node *store = gpir_node_to_store(node); in dead_code_eliminate() local
196 if (!BITSET_TEST(regs, store->reg->index)) in dead_code_eliminate()
/third_party/skia/src/core/
H A DSkMatrixPriv.h53 (Sk4f::Load(&src.fLeft) - trans).store(&dst->fLeft); in InverseMapRect()
99 (Sk2s::Load(&pts->fX) + trans).store(&pts->fX); in MapPointsWithStride()
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dstate_machine.cpp42 state_.store(state); in Set()
/foundation/resourceschedule/ffrt/src/util/
H A Dffrt_facade.cpp50 g_exitFlag.store(true); in ~ProcessExitManager()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddevice_param_mgr.cpp37 isDeviceE2ESync_.store(true); in QueryDeviceDataSyncMode()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_ipc_client.h27 int32_t CmClientGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct Credential *certificate);
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_aging_helper.cpp72 if (opts.store == nullptr) { in AgingLcdBatch()
139 if (opts.store == nullptr) { in AgingDistributeLcdBatch()
140 MEDIA_ERR_LOG("opts.store is not init"); in AgingDistributeLcdBatch()
246 if (opts.store == nullptr) { in InvalidateDistributeBatch()
247 MEDIA_ERR_LOG("opts.store is not init"); in InvalidateDistributeBatch()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_restore_test/src/
H A Dmedialibrary_restore_test.cpp59 int RestoreDataCallBack::OnCreate(NativeRdb::RdbStore &store) in OnCreate() argument
61 int errCode = store.ExecuteSql(CREATE_PHOTOS_ALBUM); in OnCreate()
65 int RestoreDataCallBack::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp60 exit_.store(true); in ~QueueMonitor()
131 abortSendTimer_.store(false); in UpdateQueueInfo()
146 FFRT_COND_DO_ERR(exit_.load(), abortSendTimer_.store(true); in SendDelayedWorker()
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex.cpp42 owner.store(task, std::memory_order_relaxed); in try_lock()
74 owner.store(task, std::memory_order_relaxed); in lock()
208 owner.store(0, std::memory_order_relaxed); in unlock()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp190 for (auto &store : metas_) { in UpdateStore()
191 if (store.GetKey() != meta.GetKey()) { in UpdateStore()
194 store = meta; in UpdateStore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h27 #include "store/auto_cache.h"
28 #include "store/general_store.h"
29 #include "store/general_value.h"
54 Store store; member
60 explicit SyncInfo(int32_t user, const std::string &bundleName = "", const Store &store = "",
73 std::shared_ptr<GenQuery> GenerateQuery(const std::string &store, const Tables &tables);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input_audio/
H A Ddsoftbus_input_audio_plugin.cpp114 isrunning_.store(false); in Reset()
133 isrunning_.store(true); in Start()
149 isrunning_.store(false); in Stop()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/daudio_output/
H A Ddaudio_output_plugin.cpp137 isrunning_.store(false); in Reset()
189 isrunning_.store(true); in Start()
205 isrunning_.store(false); in Stop()
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct10.asm124 IDCT_FN "", 11, pw_32, 20, "store"
177 IDCT_FN "", 12, "", 19, "store"
187 IDCT_FN "", 15, pw_2, 16, "store"
/third_party/curl/lib/
H A Dparsedate.c628 CURLcode Curl_gmtime(time_t intime, struct tm *store) in Curl_gmtime() argument
633 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
638 *store = *tm; /* copy the pointed struct to the local copy */ in Curl_gmtime()
/third_party/node/src/crypto/
H A Dcrypto_random.cc76 std::shared_ptr<BackingStore> store = in EncodeOutput() local
80 reinterpret_cast<unsigned char*>(store->Data()), in EncodeOutput()
82 *result = ArrayBuffer::New(env->isolate(), store); in EncodeOutput()
/third_party/node/deps/v8/src/objects/
H A Dslots.h90 // The slot's contents can be read and written using operator* and store().
115 inline void store(Object value) const;
133 // The slot's contents can be read and written using operator* and store().
155 inline void store(MaybeObject value) const;
167 // The slot's contents can be read and written using operator* and store().
182 inline void store(HeapObjectReference value) const;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fission.cpp231 // Record the order that each load/store is seen. in GroupInstructionsByUseDef()
320 for (Instruction* store : set_one_stores) { in CanPerformSplit()
323 // If the store actually should appear after the load, return false. in CanPerformSplit()
324 // This means the store has been placed in the wrong grouping. in CanPerformSplit()
325 if (instruction_order_[store] > instruction_order_[inst]) { in CanPerformSplit()
329 if (!analysis.GetDependence(store, inst, &vec)) { in CanPerformSplit()
331 // A distance greater than zero means that the store in the cloned in CanPerformSplit()
341 // If the load actually should appear after the store, return false. in CanPerformSplit()
350 // dependent on the store instruction in the original loop. in CanPerformSplit()

Completed in 13 milliseconds

1...<<21222324252627282930>>...79