| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluRenderContext.hpp | 79 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} in ApiType() argument 116 inline deUint32 ApiType::pack (int major, int minor, Profile profile) in pack() argument 170 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_task.cpp | 94 auto profile = jsFunction_->GetProfileTypeInfo(); in InstallOsrCode() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_returns_test.cpp | 259 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in HWTEST_F_L0() local 298 std::unique_ptr<Profile> profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
|
| /base/notification/common_event_service/services/src/ |
| H A D | static_subscriber_manager.cpp | 267 ParseEvents(const std::string &extensionName, const std::string &extensionBundleName, const int32_t &extensionUserId, const std::string &profile, bool enable) ParseEvents() argument
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | notification_preferences_info.cpp | 308 GetDoNotDisturbProfiles( int32_t profileId, int32_t userId, sptr<NotificationDoNotDisturbProfile> &profile) GetDoNotDisturbProfiles() argument 332 auto profile = doNotDisturbProfile.second; GetAllDoNotDisturbProfiles() local [all...] |
| /base/security/appverify/interfaces/innerkits/appverify/src/verify/ |
| H A D | hap_verify_v2.cpp | 177 std::string profile; in VerifyAppSourceAndParseProfile() local 374 ParseAndVerifyProfileIfNeed(const std::string& profile, ProvisionInfo& provisionInfo, bool isCallParseAndVerify) ParseAndVerifyProfileIfNeed() argument 464 std::string profile = std::string(profileContext.content.GetBufferPtr(), profileContext.content.GetCapacity()); ParseHapProfile() local [all...] |
| /base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
| H A D | app_verify_pub.h | 124 ProfileProf profile; /* profile */ member
|
| /base/security/code_signature/services/key_enable/src/ |
| H A D | profile_utils.rs | 128 let mut profile in verify_pkcs7_signature() variables [all...] |
| /base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
| H A D | call_manager5_gtest.cpp | 954 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in HWTEST_F() local
|
| /base/telephony/core_service/frameworks/native/src/ |
| H A D | esim_service_client.cpp | 178 GetDownloadableProfileMetadata( int32_t slotId, int32_t portIndex, const DownloadableProfile &profile, bool forceDisableProfile, GetDownloadableProfileMetadataResult &profileMetadataResult) GetDownloadableProfileMetadata() argument 202 DownloadProfile(int32_t slotId, DownloadProfileConfigInfo configInfo, const DownloadableProfile &profile, DownloadProfileResult &downloadProfileResult) DownloadProfile() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
| H A D | audio_aac_codec.cpp | 343 int profile = 2; // 2: AAC LC in AddAdtsHeader() local
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | app_scheduler_proxy.cpp | 337 void AppSchedulerProxy::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| H A D | bundle_mgr_client_impl.cpp | 369 std::string profile; in GetResFromResMgr() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | profile_service_manager.cpp | 130 IProfile *profile = ClassCreator<IProfile>::NewInstance(sp.name_); in CreateClassicProfileServices() local 178 IProfile *profile = nullptr; in Stop() local 198 IProfile *profile = nullptr; GetProfileService() local 289 IProfile *profile = nullptr; EnableProfiles() local 443 IProfile *profile = nullptr; DisableProfiles() local 504 IProfile *profile = nullptr; CheckWaitEnableProfiles() local 544 IProfile *profile = nullptr; GetProfileServiceConnectState() local 567 IProfile *profile = nullptr; GetProfileServicesConnectState() local [all...] |
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
| H A D | bundlemgrproxy_fuzzer.cpp | 295 std::string profile; in DoSomethingInterestingWithMyAPI() local
|
| /foundation/multimedia/av_codec/frameworks/native/capi/common/ |
| H A D | native_avcapability.cpp | 155 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability, int32_t profile, in OH_AVCapability_GetSupportedLevelsForProfile() argument 196 bool OH_AVCapability_AreProfileAndLevelSupported(OH_AVCapability *capability, int32_t profile, int32_t level) in OH_AVCapability_AreProfileAndLevelSupported() argument
|
| /foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
| H A D | audio_ffmpeg_aac_encoder_plugin.cpp | 77 uint8_t profile = static_cast<uint8_t>(ctx->profile); in GetAdtsHeader() local
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| H A D | command_parser.h | 117 std::optional<int> profile; member
|
| /foundation/multimedia/av_codec/test/nativedemo/avdemuxer/ |
| H A D | avdemuxer_demo_runner.cpp | 130 int32_t profile = -1; in ShowSourceDescription() local
|
| /foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
| H A D | ffmpeg_utils.cpp | 436 int32_t ConvAacProfileToFfmpeg(AudioAacProfile profile) in ConvAacProfileToFfmpeg() argument 486 int32_t ConvH264ProfileToFfmpeg(VideoH264Profile profile) in ConvH264ProfileToFfmpeg() argument
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
| H A D | heif_image.cpp | 228 void HeifImage::SetColorProfile(const std::shared_ptr<const HeifColorProfile> &profile) in SetColorProfile() argument
|
| /foundation/multimedia/av_codec/services/services/codec/server/ |
| H A D | codec_param_checker.cpp | 329 int32_t profile; in VideoProfileChecker() local
|
| /foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
| H A D | caps_unit_test.cpp | 964 int32_t profile = profiles[i]; in HWTEST_F() local 995 int32_t profile = profiles[i]; HWTEST_F() local 1026 int32_t profile = profiles[i]; HWTEST_F() local 1057 int32_t profile = profiles[i]; HWTEST_F() local 1088 int32_t profile = profiles[i]; HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/test/unittest/avsource_test/ |
| H A D | avsource_unit_test.h | 101 int32_t profile = 0; member
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
| H A D | lnn_lane_listener.c | 268 LaneProfile profile; in LaneLinkupNotify() local 331 LaneProfile profile; in LaneLinkdownNotify() local
|