Home
last modified time | relevance | path

Searched defs:sourceID (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp168 int32_t AudioHapticManagerImpl::UnregisterSource(const int32_t &sourceID) in UnregisterSource()
257 int32_t AudioHapticManagerImpl::SetStreamUsage(const int32_t &sourceID, const AudioStandard::Stream… in SetStreamUsage()
272 std::shared_ptr<AudioHapticPlayer> AudioHapticManagerImpl::CreatePlayer(const int32_t &sourceID, in CreatePlayer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h93 const std::string &sourceID, const std::string &targetID, bool isPush) const override in InterceptData()
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1985 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonb4f3bed91702()
2033 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonb4f3bed91802()
2080 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonb4f3bed91902()
H A Dvirtual_single_ver_sync_db_Interface.cpp482 const std::string &sourceID, const std::string &targetID, bool isPush) const in InterceptData() argument
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/audio_haptic/include/
H A Daudio_haptic_manager_napi.h92 int32_t sourceID; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp129 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in FuzzSetInterceptorTest()
147 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in FuzzSetInterceptorTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h113 virtual int InterceptData(std::vector<SingleVerKvEntry *> &entries, const std::string &sourceID, in InterceptData()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/
H A Daudio_haptic_manager_napi.cpp424 int32_t sourceID = 0; in SetAudioLatencyMode() local
493 int32_t sourceID = 0; in SetStreamUsage() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp877 const std::string &targetId) -> int { in __anonf069fc440502()
H A Ddistributeddb_interfaces_database_test.cpp1487 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonf9df31ef0502()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp705 …[this, storeType](DBInterceptedData &data, const std::string &sourceID, const std::string &targetI… in SetDBPushDataInterceptor()
735 …[this, storeType](DBInterceptedData &data, const std::string &sourceID, const std::string &targetI… in SetDBReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp359 …rNaturalStore::InterceptData(std::vector<SingleVerKvEntry *> &entries, const std::string &sourceID, in InterceptData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp648 …ncAbleStorage::InterceptData(std::vector<SingleVerKvEntry *> &entries, const std::string &sourceID, in InterceptData()