Home
last modified time | relevance | path

Searched defs:prefix (Results 551 - 575 of 1694) sorted by relevance

1...<<21222324252627282930>>...68

/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp91 const std::string prefix = "fd://"; in ExtractFd() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h148 std::string prefix; member in OHOS::Media::PhotoDisplayNameOperation::DisplayNameInfo
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp642 string prefix; in HWTEST_F() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_data_manager_test.cpp177 string prefix = RINGTONE_COLUMN_MEDIA_TYPE + specialStr + to_string(index); in HWTEST_F() local
284 string prefix = VIBRATE_COLUMN_VIBRATE_TYPE + specialStr + to_string(index); in HWTEST_F() local
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp199 ShowHandlers( const std::string &prefix, const std::set<int32_t> &foregroundPids) const ShowHandlers() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp406 int32_t prefix = 24; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvpn_manager.cpp145 int32_t VpnManager::SetVpnAddress(const std::string &ifName, const std::string &tunAddr, int32_t prefix) in SetVpnAddress() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp253 std::string prefix = "head|"; in HWTEST_F() local
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h107 uint8_t prefix[IPV6_ADDR_LEN] = {}; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp258 struct in6_addr prefix = IN6ADDR_ANY_INIT; in AssignIpAddrV6() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp35 bool CheckCollectionNamePrefix(const std::string &name, const std::string &prefix) in CheckCollectionNamePrefix() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp240 bool MetaDataManager::GetEntries(const std::string &prefix, std::vector<Bytes> &entries, bool isLocal) in GetEntries() argument
320 bool MetaDataManager::Subscribe(std::string prefix, Observer observer, bool isLocal) in Subscribe() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp568 const Key prefix; in HWTEST_F() local
817 const Key prefix; in HWTEST_F() local
869 const Key prefix; in HWTEST_F() local
917 const Key prefix; in HWTEST_F() local
965 const Key prefix; in HWTEST_F() local
1018 const Key prefix; HWTEST_F() local
1087 const Key prefix; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp186 std::string prefix = secretKeyMeta.GetPrefix(fields); in HWTEST_F() local
310 std::string prefix = storeMetaData.GetPrefix(fields); in HWTEST_F() local
574 std::string prefix = strategyMeta.GetPrefix(fields); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp185 std::string prefix = StoreMetaData::GetPrefix({ DmAdapter::GetInstance().GetLocalDevice().uuid }); in UpdateMetaData() local
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp89 void SerializableTest::CreateComponent(Config::Component &component, int32_t index, const std::string &prefix) in CreateComponent() argument
98 void SerializableTest::CreateConfig(Config &config, const std::string &prefix) in CreateConfig() argument
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h78 char prefix[PREFIX_LEN]; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp210 std::string prefix = DHTypePrefixMap.find(dhType)->second; in GetLocalCapabilityMapByPrefix() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp307 std::string DHContext::GetDeviceIdByDBGetPrefix(const std::string &prefix) in GetDeviceIdByDBGetPrefix() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp568 bool DBAdapter::ClearDataByPrefix(const std::string &prefix) in ClearDataByPrefix() argument
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn.c69 __insn_get_emulate_prefix(struct insn *insn, const insn_byte_t *prefix, size_t len) __insn_get_emulate_prefix() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key() argument
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument
96 nvram_read_u32_2(const char *prefix, const char *name, u16 *val_lo, u16 *val_hi, bool fallback) nvram_read_u32_2() argument
116 nvram_read_leddc(const char *prefix, const char *name, u8 *leddc_on_time, u8 *leddc_off_time, bool fallback) nvram_read_leddc() argument
141 nvram_read_macaddr(const char *prefix, const char *name, u8 val[6], bool fallback) nvram_read_macaddr() argument
156 nvram_read_alpha2(const char *prefix, const char *name, char val[2], bool fallback) nvram_read_alpha2() argument
188 bcm47xx_sprom_fill_auto(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_sprom_fill_auto() argument
409 bcm47xx_fill_sprom_path_r4589(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_path_r4589() argument
460 bcm47xx_fill_sprom_path_r45(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_path_r45() argument
510 bcm47xx_fill_sprom_ethernet(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom_ethernet() argument
555 bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_board_data() argument
564 bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, bool fallback) bcm47xx_fill_sprom() argument
596 char prefix[10]; bcm47xx_get_sprom_ssb() local
624 bcm47xx_sprom_apply_prefix_alias(char *prefix, size_t prefix_size) bcm47xx_sprom_apply_prefix_alias() argument
654 char *prefix; bcm47xx_get_sprom_bcma() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_driver.c119 char prefix[64]; in __dump_byte_array() local
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprom_64.c91 const char *prefix = (type == 0) ? "m" : "i"; in sun4v_path_component() local
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfile.c87 find_file_option(const efi_char16_t *cmdline, int cmdline_len, const efi_char16_t *prefix, int prefix_size, efi_char16_t *result, int result_len) find_file_option() argument

Completed in 19 milliseconds

1...<<21222324252627282930>>...68