/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | renderer_in_server.cpp | 211 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 D | ithumbnail_helper.cpp | 679 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 D | sqlite_single_ver_storage_engine.cpp | 318 (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 D | nct6683.c | 361 .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 D | sysfs.c | 45 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 D | counter-sysfs.c | 599 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 D | nct6683.c | 373 .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 D | h264pred_msa.c | 112 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 D | tu_pass.c | 522 (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 D | libssh2.c | 488 * 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 D | generator_impl.cc | 1203 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 D | datashare_manager.cpp | 175 isCurrentContinueSwitchOn_.store(status); in SetCurrentContinueSwitch()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/ |
H A D | trigger_connector.h | 105 state_.store(state); in SetState()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | io_poller.cpp | 55 m_exitFlag.store(true, std::memory_order_relaxed);
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | local_socket_context.h | 41 isSockClosed.store(flag, std::memory_order_relaxed); in SetSocketCloseStatus()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | db_delegate.h | 56 explicit Entity(std::shared_ptr<DBDelegate> store);
|
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | general_callbacks.cpp | 143 workArgs->isReady.store(true); in CallJsMethod()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-psr.c | 157 psr_attrs[i].attr.store = psr_store; in opal_psr_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 123 ixgbe_attr->dev_attr.store = NULL; in ixgbe_add_hwmon_attr()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-psr.c | 157 psr_attrs[i].attr.store = psr_store; in opal_psr_init()
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | masklog.c | 145 .store = mlog_store,
|
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | idle_inject.c | 165 * @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 D | bus.h | 126 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count); member
|
H A D | driver.h | 137 ssize_t (*store)(struct device_driver *driver, const char *buf, member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.h | 96 struct dpaa2_io_store *store; member
|