/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/ |
H A D | recorder_profiles_service_stub.cpp | 56 = &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 D | recorder_profiles_service_stub.h | 36 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override; 46 int32_t HasVideoRecorderProfile(MessageParcel &data, MessageParcel &reply);
|
H A D | i_standard_recorder_profiles_service.h | 43 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
|
H A D | recorder_profiles_service_proxy.h | 32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
|
H A D | recorder_profiles_service_proxy.cpp | 55 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 D | recorder_profiles_client.cpp | 65 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 D | recorder_profiles_client.h | 33 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/ |
H A D | recorder_profiles_impl.cpp | 77 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 D | recorder_profiles_impl.h | 28 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/ |
H A D | recorder_profiles_unit_test.cpp | 81 …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 D | i_recorder_profiles_service.h | 49 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/ |
H A D | recorder_profiles_server.h | 32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
|
H A D | recorder_profiles_server.cpp | 61 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 D | recorder_profiles.h | 263 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_capability_napi.h | 71 static napi_value HasVideoRecorderProfile(napi_env env, napi_callback_info info);
|
H A D | recorder_capability_napi.cpp | 218 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()
|