Home
last modified time | relevance | path

Searched refs:HasVideoRecorderProfile (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_stub.cpp56 = &RecorderProfilesServiceStub::HasVideoRecorderProfile; in Init()
109 bool RecorderProfilesServiceStub::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() function in OHOS::Media::RecorderProfilesServiceStub
112 return mediaProfileServer_->HasVideoRecorderProfile(sourceId, qualityLevel); in HasVideoRecorderProfile()
144 int32_t RecorderProfilesServiceStub::HasVideoRecorderProfile(MessageParcel &data, MessageParcel &re… in HasVideoRecorderProfile() function in OHOS::Media::RecorderProfilesServiceStub
148 reply.WriteBool(HasVideoRecorderProfile(sourceId, qualityLevel)); in HasVideoRecorderProfile()
H A Drecorder_profiles_service_stub.h36 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
46 int32_t HasVideoRecorderProfile(MessageParcel &data, MessageParcel &reply);
H A Di_standard_recorder_profiles_service.h43 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
H A Drecorder_profiles_service_proxy.h32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
H A Drecorder_profiles_service_proxy.cpp55 bool RecorderProfilesServiceProxy::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() function in OHOS::Media::RecorderProfilesServiceProxy
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp65 bool RecorderProfilesClient::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() function in OHOS::Media::RecorderProfilesClient
69 return recorderProfilesProxy_->HasVideoRecorderProfile(sourceId, qualityLevel); in HasVideoRecorderProfile()
H A Drecorder_profiles_client.h33 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp77 bool RecorderProfilesImpl::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() function in OHOS::Media::RecorderProfilesImpl
80 return recorderProfilesService_->HasVideoRecorderProfile(sourceId, qualityLevel); in HasVideoRecorderProfile()
H A Drecorder_profiles_impl.h28 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp81 …EXPECT_TRUE(RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile(sourceId, qu…
94 …EXPECT_FALSE(RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile(sourceId, q…
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_profiles_service.h49 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.h32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
H A Drecorder_profiles_server.cpp61 bool RecorderProfilesServer::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() function in OHOS::Media::RecorderProfilesServer
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h263 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h71 static napi_value HasVideoRecorderProfile(napi_env env, napi_callback_info info);
H A Drecorder_capability_napi.cpp218 napi_value RecorderCapabilityNapi::HasVideoRecorderProfile(napi_env env, napi_callback_info info) in HasVideoRecorderProfile() function in OHOS::Media::RecorderCapabilityNapi
260 … bool outResult = RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile( in HasVideoRecorderProfile()