Home
last modified time | relevance | path

Searched refs:SetCallerInfo (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Daudio_decoder_filter_unit_test.cpp87 audioDecoder->SetCallerInfo(2, "test"); in HWTEST_F()
88 audioDecoder->SetCallerInfo(2, "test"); in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Daudio_decoder_filter.h81 void SetCallerInfo(uint64_t instanceId, const std::string& appName);
H A Ddemuxer_filter.h100 void SetCallerInfo(uint64_t instanceId, const std::string& appName);
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h86 void SetCallerInfo(const Meta &callerInfo);
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp425 void AudioDecoderFilter::SetCallerInfo(uint64_t instanceId, const std::string& appName) in SetCallerInfo() function in OHOS::Media::Pipeline::AudioDecoderFilter
H A Ddemuxer_filter.cpp164 void DemuxerFilter::SetCallerInfo(uint64_t instanceId, const std::string& appName) in SetCallerInfo() function in OHOS::Media::Pipeline::DemuxerFilter
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h263 int32_t SetCallerInfo(int32_t callerUid, std::string localDeviceId, uint32_t accessToken, CallerInfo& callerInfo);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp2176 demuxer_->SetCallerInfo(instanceId_, bundleName_); in DoSetSource()
2741 audioDecoder_->SetCallerInfo(instanceId_, bundleName_); in LinkAudioDecoderFilter()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp827 * @tc.desc: call SetCallerInfo
861 * @tc.steps: step1. call SetCallerInfo with invalid parameters. in HWTEST_F()
864 int32_t result = DistributedSchedService::GetInstance().SetCallerInfo(0, LOCAL_DEVICEID, 0, callerInfo1); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp3114 int32_t DistributedSchedService::SetCallerInfo( in SetCallerInfo() function in OHOS::DistributedSchedule::DistributedSchedService
3166 if (SetCallerInfo(callerUid, localDeviceId, accessToken, callerInfo) != ERR_OK) { in StartRemoteFreeInstall()
3167 HILOGE("SetCallerInfo failed"); in StartRemoteFreeInstall()

Completed in 19 milliseconds