Home
last modified time | relevance | path

Searched refs:store (Results 1276 - 1300 of 2571) sorted by relevance

1...<<51525354555657585960>>...103

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp211 audioServerBuffer_->GetStreamStatus()->store(STREAM_RUNNING); in OnStatusUpdate()
222 audioServerBuffer_->GetStreamStatus()->store(STREAM_STAND_BY); in OnStatusUpdate()
629 audioServerBuffer_->GetStreamStatus()->store(STREAM_STARTING);
689 audioServerBuffer_->GetStreamStatus()->store(STREAM_PAUSED); in Pause()
818 audioServerBuffer_->GetStreamStatus()->store(STREAM_STOPPED); in Stop()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp679 if (opts.store == nullptr) { in UpdateFailState()
680 MEDIA_ERR_LOG("opts.store is nullptr"); in UpdateFailState()
686 int32_t err = opts.store->Update(changedRows, opts.table, values, MEDIA_DATA_DB_ID + " = ?", in UpdateFailState()
710 int32_t err = opts.store->Update(changedRows, opts.table, values, MEDIA_DATA_DB_ID + " = ?", in UpdateThumbDbState()
1040 if (opts.store == nullptr) { in IsPureCloudImage()
1041 MEDIA_ERR_LOG("IsPureCloudImage opts.store is nullptr"); in IsPureCloudImage()
1044 auto resultSet = opts.store->QueryByStep(rdbPredicates, columns); in IsPureCloudImage()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp318 (void)cacheRecordVersion_.store(maxVersion + 1, std::memory_order_seq_cst); in AttachMainDbAndCacheDb()
449 (void)cacheRecordVersion_.store(maxVersion + 1, std::memory_order_seq_cst); in InitExecuteMigrate()
476 isMigrating_.store(true); in ExecuteMigrate()
512 isMigrating_.store(false); in ExecuteMigrate()
986 (void)cacheRecordVersion_.store(CACHE_RECORD_DEFAULT_VERSION, std::memory_order_seq_cst); in ResetCacheRecordVersion()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dnct6683.c361 .store = _store, \
447 a2->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
457 a->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsysfs.c45 ssize_t (*store)(struct f2fs_attr *, struct f2fs_sb_info *, member
466 return a->store ? a->store(a, sbi, buf, len) : 0; in f2fs_attr_store()
522 .store = _store, \
765 .store = f2fs_attr_store,
/kernel/linux/linux-6.6/drivers/counter/
H A Dcounter-sysfs.c599 dev_attr->store = counter_comp_u8_store; in counter_attr_create()
615 dev_attr->store = counter_comp_u32_store; in counter_attr_create()
625 dev_attr->store = counter_comp_u64_store; in counter_attr_create()
637 dev_attr->store = counter_comp_array_u32_store; in counter_attr_create()
647 dev_attr->store = counter_comp_array_u64_store; in counter_attr_create()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct6683.c373 .store = _store, \
459 a2->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
469 a->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264pred_msa.c112 v16i8 store = __msa_fill_b(val); \
113 uint64_t out = __msa_copy_u_d((v2i64) store, 0); \
651 v16u8 store; in ff_h264_intra_pred_dc_128_8x8_msa() local
653 store = (v16u8) __msa_fill_b(128); in ff_h264_intra_pred_dc_128_8x8_msa()
654 out = __msa_copy_u_d((v2i64) store, 0); in ff_h264_intra_pred_dc_128_8x8_msa()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c522 (att->store || att->store_stencil) && !att->clear_mask; in tu_render_pass_cond_config()
650 if (att->store) in tu_render_pass_bandwidth_config()
680 /* load/store ops */ in attachment_set_ops()
684 att->store = (store_op == VK_ATTACHMENT_STORE_OP_STORE); in attachment_set_ops()
691 case VK_FORMAT_D24_UNORM_S8_UINT: /* || stencil load/store */ in attachment_set_ops()
699 att->store = true; in attachment_set_ops()
701 case VK_FORMAT_S8_UINT: /* replace load/store with stencil load/store */ in attachment_set_ops()
704 att->store = stencil_store; in attachment_set_ops()
/third_party/curl/lib/vssh/
H A Dlibssh2.c488 * What host name does OpenSSH store in its file if an IDN name is in ssh_knownhost()
844 struct libssh2_knownhost* store = NULL; in ssh_force_knownhost_key_type() local
852 while(!libssh2_knownhost_get(sshc->kh, &store, store)) { in ssh_force_knownhost_key_type()
855 if(store) { in ssh_force_knownhost_key_type()
856 if(store->name) { in ssh_force_knownhost_key_type()
857 if(store->name[0] == '[') { in ssh_force_knownhost_key_type()
858 kh_name_end = strstr(store->name, "]:"); in ssh_force_knownhost_key_type()
861 store->name, data->set.str[STRING_SSH_KNOWNHOSTS]); in ssh_force_knownhost_key_type()
866 kh_name_size = strlen(store in ssh_force_knownhost_key_type()
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc1203 auto store = [&](int n) { in EmitStorageBufferAccess() local
1224 return store(1); in EmitStorageBufferAccess()
1226 return store(1); in EmitStorageBufferAccess()
1228 return store(1); in EmitStorageBufferAccess()
1230 return store(2); in EmitStorageBufferAccess()
1232 return store(2); in EmitStorageBufferAccess()
1234 return store(2); in EmitStorageBufferAccess()
1236 return store(3); in EmitStorageBufferAccess()
1238 return store(3); in EmitStorageBufferAccess()
1240 return store( in EmitStorageBufferAccess()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddatashare_manager.cpp175 isCurrentContinueSwitchOn_.store(status); in SetCurrentContinueSwitch()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.h105 state_.store(state); in SetState()
/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp55 m_exitFlag.store(true, std::memory_order_relaxed);
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_context.h41 isSockClosed.store(flag, std::memory_order_relaxed); in SetSocketCloseStatus()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.h56 explicit Entity(std::shared_ptr<DBDelegate> store);
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dgeneral_callbacks.cpp143 workArgs->isReady.store(true); in CallJsMethod()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-psr.c157 psr_attrs[i].attr.store = psr_store; in opal_psr_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c123 ixgbe_attr->dev_attr.store = NULL; in ixgbe_add_hwmon_attr()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-psr.c157 psr_attrs[i].attr.store = psr_store; in opal_psr_init()
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dmasklog.c145 .store = mlog_store,
/kernel/linux/linux-5.10/drivers/powercap/
H A Didle_inject.c165 * @run_duration_us: memory location to store the current CPU run time
166 * @idle_duration_us: memory location to store the current CPU idle time
359 .store = &idle_inject_thread.tsk,
/kernel/linux/linux-5.10/include/linux/device/
H A Dbus.h126 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count); member
H A Ddriver.h137 ssize_t (*store)(struct device_driver *driver, const char *buf, member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.h96 struct dpaa2_io_store *store; member

Completed in 29 milliseconds

1...<<51525354555657585960>>...103