Home
last modified time | relevance | path

Searched refs:store (Results 1801 - 1825 of 2589) sorted by relevance

1...<<71727374757677787980>>...104

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dstatic-policy.h1346 .trust = {.store = &_ss_ts_mqtt_amz_iot},
1363 .trust = {.store = &_ss_ts_mqtt_amz_iot},
1379 .trust = {.store = &_ss_ts_le_via_isrg},
1395 .trust = {.store = &_ss_ts_le_via_isrg},
1411 .trust = {.store = &_ss_ts_le_via_isrg},
1429 .trust = {.store = &_ss_ts_le_via_isrg},
1451 .trust = {.store = &_ss_ts_avs_via_starfield},
1474 .trust = {.store = &_ss_ts_avs_via_starfield},
1494 .trust = {.store = &_ss_ts_avs_via_starfield},
1510 .trust = {.store
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp329 activeSessionId_.store(SESSION_ID_INVALID); in ReportAVScreenCaptureUserChoice()
1194 activeSessionId_.store(sessionId_); in PostStartScreenCapture()
1403 activeSessionId_.store(SESSION_ID_INVALID); in SystemRecorderInterruptLatestRecorder()
1690 micCount_.store(micCount_.load() + 1); in UpdateMicrophoneEnabled()
2635 micCount_.store(0); in PostStopScreenCapture()
2651 activeSessionId_.store(SESSION_ID_INVALID); in PostStopScreenCapture()
2949 isInVoIPCall_.store(isInVoIPCall); in VoIPStateUpdate()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c574 /* Consume all frames pull-dequeued into the store. This is the simplest way to
576 * overwrite (leak) frames already in the store.
591 dq = dpaa2_io_store_next(ch->store, &is_last); in dpaa2_eth_consume_frames()
595 * the store until we get some sort of valid response in dpaa2_eth_consume_frames()
621 * into the store. Return the frame queue as an out param. in dpaa2_eth_consume_frames()
1494 ch->store); in dpaa2_eth_pull_channel()
3868 priv->channel[i]->store = in dpaa2_eth_alloc_rings()
3870 if (!priv->channel[i]->store) { in dpaa2_eth_alloc_rings()
3880 if (!priv->channel[i]->store) in dpaa2_eth_alloc_rings()
3882 dpaa2_io_store_destroy(priv->channel[i]->store); in dpaa2_eth_alloc_rings()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp144 auto store = g_rdbStore->GetRaw(); in PrepareUniqueNumberTable() local
145 if (store == nullptr) { in PrepareUniqueNumberTable()
146 MEDIA_ERR_LOG("can not get store"); in PrepareUniqueNumberTable()
150 auto resultSet = store->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
173 int32_t insertResult = store->Insert(outRowId, ASSET_UNIQUE_NUMBER_TABLE, valuesBucket); in PrepareUniqueNumberTable()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp520 ZLOGE("store already closed! devices count:%{public}zu, the 1st:%{public}s, mode:%{public}d, " in Sync()
637 ZLOGE("store already closed! devices count:%{public}zu, the 1st:%{public}s, mode:%{public}d, " in Clean()
1007 ZLOGD("store:%{public}s data change from :%{public}s", Anonymous::Change(storeId_).c_str(),
1015 genOrigin.store = storeId_;
1026 ZLOGD("store:%{public}s table:%{public}s data change from :%{public}s", Anonymous::Change(storeId_).c_str(),
1034 genOrigin.store = storeId_;
1143 tasks_->EraseIf([&cbs, &taskIds, store = storeInfo_.storeName](SyncId syncId, const FinishTask &task) {
1145 ZLOGW("database:%{public}s syncId:%{public}" PRIu64 " miss finished. ", Anonymous::Change(store).c_str(),
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp128 isFull_.store(true); in SetRegDataType()
130 isFull_.store(false); in SetRegDataType()
138 isRpcOpen_.store(true); in EnableDAudio()
190 isRpcOpen_.store(false); in DisableDAudio()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp145 session->isDisplayStatusBarTemporarily_.store(true); in HWTEST_F()
152 session->isDisplayStatusBarTemporarily_.store(false); in HWTEST_F()
197 session->isDisplayStatusBarTemporarily_.store(false); in HWTEST_F()
1335 session->foregroundInteractiveStatus_.store(true); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/hv/
H A Dvmbus_drv.c1590 ssize_t (*store)(struct vmbus_channel *chan, member
1626 if (!attribute->store) in vmbus_chan_attr_store()
1629 return attribute->store(chan, buf, count); in vmbus_chan_attr_store()
1634 .store = vmbus_chan_attr_store,
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dabx500_chargalg.c276 ssize_t (*store)(struct abx500_chargalg *, const char *, size_t); member
1862 if (!entry->store) in abx500_chargalg_sysfs_charger()
1865 return entry->store(di, buf, length); in abx500_chargalg_sysfs_charger()
1876 .store = abx500_chargalg_sysfs_charger,
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1473 ssize_t (*store)(struct vduse_virtqueue *vq, const char *buf, member
1507 if (!entry->store) in vq_attr_store()
1510 return entry->store(vq, buf, count); in vq_attr_store()
1515 .store = vq_attr_store,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm47 var ACK_SQC_STORE = 1 //workaround for suspected SQC store bug causing incorrect stores under concurrency
48 var SAVE_AFTER_XNACK_ERROR = 1 //workaround for TCP store failure after XNACK error when ALLOW_REPLAY=0, for debugger
203 // Clear ECC_ERR: prevents SQC store and triggers FATAL_HALT if setreg'd.
611 // VGPR store using dw burst
/kernel/linux/linux-6.6/drivers/hv/
H A Dvmbus_drv.c1477 ssize_t (*store)(struct vmbus_channel *chan, member
1513 if (!attribute->store) in vmbus_chan_attr_store()
1516 return attribute->store(chan, buf, count); in vmbus_chan_attr_store()
1521 .store = vmbus_chan_attr_store,
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStorePromiseJsunit.test.js85 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
86 kvStore = store;
127 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
128 kvStore = store;
H A DDeviceKvStoreCallbackJsunit.test.js85 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
86 kvStore = store;
127 await kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) {
128 kvStore = store;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1217 for (auto&& store : stores) { in combine_one_slot()
1218 int cmp = nir_intrinsic_component(store); in combine_one_slot()
1219 for (unsigned i = 0; i < nir_src_num_components(store->src[0]); ++i, ++comps) { in combine_one_slot()
1221 srcs[out_comp] = nir_channel(&b, store->src[0].ssa, i); in combine_one_slot()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_generator.cpp424 * immediate value in src1, and store the result in DWORDs 3 and 4 of dst. in generate_gs_set_write_offset()
601 * DWORD 4, we just need to OR them together and store the result in bits in generate_gs_set_channel_masks()
606 * contents of bytes 0 and 16 from src, OR them together, and store them in in generate_gs_set_channel_masks()
634 * and store into dst.0 & dst.4. So generate the instruction: in generate_gs_get_instance_id()
2195 brw_inst *last = &p->store[pre_emit_nr_insn]; in generate_code()
2214 brw_validate_instructions(&compiler->isa, p->store, in generate_code()
2226 _mesa_sha1_compute(p->store, p->next_insn_offset, sha1); in generate_code()
2242 dump_assembly(p->store, 0, p->next_insn_offset, in generate_code()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c197 /* build a ptr in memory to store all the frames in later. */ in generate_compute()
598 char *store) in make_variant_key()
602 key = (struct lp_compute_shader_variant_key *)store; in make_variant_key()
839 char store[LP_CS_MAX_VARIANT_KEY_SIZE]; in llvmpipe_update_cs() local
841 key = make_variant_key(lp, shader, store); in llvmpipe_update_cs()
596 make_variant_key(struct llvmpipe_context *lp, struct lp_compute_shader *shader, char *store) make_variant_key() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.h742 thread_local_top()->thread_id_.store(id, std::memory_order_relaxed); in set_thread_id()
1236 // access this flag directly from generated code, we store a pointer to the in thread_in_wasm_flag_address_offset()
1315 is_profiling_.store(enabled, std::memory_order_relaxed); in SetIsProfiling()
1512 was_locker_ever_used_.store(true, std::memory_order_relaxed); in set_was_locker_ever_used()
1818 code_coverage_mode_.store(coverage_mode, std::memory_order_relaxed); in set_code_coverage_mode()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl160 stda %f4, [$out + $mask]0xc0 ! partial store
165 stda %f8, [$out + $mask]0xc0 ! partial store
255 stda %f4, [$out + $mask]0xc0 ! partial store
260 stda %f8, [$out + $mask]0xc0 ! partial store
/third_party/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl160 stda %f4, [$out + $mask]0xc0 ! partial store
165 stda %f8, [$out + $mask]0xc0 ! partial store
255 stda %f4, [$out + $mask]0xc0 ! partial store
260 stda %f8, [$out + $mask]0xc0 ! partial store
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1119 X509_STORE *store; in ocsp_resp_cb() local
1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
1162 if (X509_STORE_add_cert(store, ctx->peer_issuer) != 1) { in ocsp_resp_cb()
1164 "OpenSSL: Could not add issuer to certificate store"); in ocsp_resp_cb()
1173 "OpenSSL: Could not add issuer to OCSP responder trust store"); in ocsp_resp_cb()
1183 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store"); in ocsp_resp_cb()
1190 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER); in ocsp_resp_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c1119 X509_STORE *store; in ocsp_resp_cb() local
1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
1162 if (X509_STORE_add_cert(store, ctx->peer_issuer) != 1) { in ocsp_resp_cb()
1164 "OpenSSL: Could not add issuer to certificate store"); in ocsp_resp_cb()
1173 "OpenSSL: Could not add issuer to OCSP responder trust store"); in ocsp_resp_cb()
1183 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store"); in ocsp_resp_cb()
1190 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER); in ocsp_resp_cb()
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp330 isRunning_.store(false); in OutputFunc()
341 isRunning_.store(false); in OutputFunc()
439 isRunning_.store(true); in Start()
458 isRunning_.store(false); in JoinThread()
493 isRunning_.store(false); in Stop()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp518 void BundleActiveUsageDatabase::AddRdbColumn(const shared_ptr<NativeRdb::RdbStore> store, in AddRdbColumn() argument
525 store->ExecuteSql(sqlStr); in AddRdbColumn()
528 void BundleActiveUsageDatabase::UpdateOldDataUid(const shared_ptr<NativeRdb::RdbStore> store, in UpdateOldDataUid() argument
534 bundleActiveResult = store->QueryByStep(querySql); in UpdateOldDataUid()
558 store->Update(changeRow, tableName, valuesBucket, "userId = ? and bundleName = ?", queryCondition); in UpdateOldDataUid()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus_core.c1019 ssize_t (*store)(struct device *dev, in pmbus_dev_attr_init()
1027 dev_attr->store = store; in pmbus_dev_attr_init()
1036 ssize_t (*store)(struct device *dev, in pmbus_attr_init()
1041 pmbus_dev_attr_init(&a->dev_attr, name, mode, show, store); in pmbus_attr_init()

Completed in 66 milliseconds

1...<<71727374757677787980>>...104