/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_get_store_test.cpp | 95 RdbStoreConfig config(RdbGetStoreTest::MAIN_DATABASE_NAME_RELEASE); in CreateRDB() 98 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, version, helper, errCode); in CreateRDB() 206 RdbStoreConfig config(RdbGetStoreTest::MAIN_DATABASE_NAME_STATUS); in HWTEST_F() 209 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in HWTEST_F() 227 RdbStoreConfig config(RdbGetStoreTest::MAIN_DATABASE_NAME_MINUS); in HWTEST_F() 230 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, -1, helper, errCode); in HWTEST_F() 241 RdbStoreConfig config(RdbGetStoreTest::MAIN_DATABASE_NAME); in CreateGetRDB() 244 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, version, helper, errCode); in CreateGetRDB() 341 RdbStoreConfig config(RdbGetStoreTest::MAIN_DATABASE_NAME_STATUS); in HWTEST_F() 344 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, in HWTEST_F() [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | hook.js | 126 const config = { 130 config, 149 const config = { 153 config, 181 const config = { 185 config, 214 const config = { loglevel: 'silent' } 216 config, 301 const config = { 305 config, [all...] |
H A D | fund.js | 208 config: {}, 218 config: {}, 228 config: { json: true }, 263 config: {}, 273 config: { json: true }, 301 config: { json: true }, 353 config: { global: true }, 362 config: {}, 373 config: { global: true, json: true }, 392 config [all...] |
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 64 void GetConfig(std::string& config)
in GetConfig() argument 66 config =
in GetConfig() 67 "{\"enable\":true,\"switch\":{\"page\":true,\"component\":true,\"exposure\":true},\"config\":[{\"pageUrl\":"
in GetConfig() 76 void GetConfigDisable(std::string& config)
in GetConfigDisable() argument 78 config =
in GetConfigDisable() 79 "{\"enable\":false,\"switch\":{\"page\":true,\"component\":true,\"exposure\":true},\"config\":[{\"pageUrl\":"
in GetConfigDisable() 88 void GetConfigTest(std::string& config)
in GetConfigTest() argument 90 config =
in GetConfigTest() 100 void GetConfigTest2(std::string& config)
in GetConfigTest2() argument 102 config in GetConfigTest2() 110 GetConfigTest3(std::string& config) GetConfigTest3() argument 119 GetConfigTest4(std::string& config) GetConfigTest4() argument 151 std::string config; HWTEST_F() local 198 std::string config; HWTEST_F() local 262 std::string config; HWTEST_F() local 308 std::string config; HWTEST_F() local 357 std::string config; HWTEST_F() local 414 std::string config; HWTEST_F() local 465 std::string config; HWTEST_F() local 511 std::string config; HWTEST_F() local 535 std::string config; HWTEST_F() local 719 Recorder::EventConfig* config = new Recorder::EventConfig(); HWTEST_F() local 734 Recorder::EventConfig* config = new Recorder::EventConfig(); HWTEST_F() local 749 Recorder::EventConfig* config = new Recorder::EventConfig(); HWTEST_F() local 764 Recorder::EventConfig* config = new Recorder::EventConfig(); HWTEST_F() local 779 Recorder::EventConfig* config = new Recorder::EventConfig(); HWTEST_F() local 940 std::string config; HWTEST_F() local 958 std::string config; HWTEST_F() local 1113 Recorder::EventConfig* config = new Recorder::EventConfig(); HWTEST_F() local 1127 std::string config; HWTEST_F() local [all...] |
/foundation/filemanagement/user_file_service/interfaces/kits/picker/ |
H A D | picker.js | 147 let config = { 160 config.type = select; 161 config.parameters.uri = select; 162 config.parameters.maxSelectCount = option.maxSelectNumber; 165 config.parameters.filterMediaType = PHOTO_VIEW_MIME_TYPE_MAP.get(option.MIMEType); 169 return config; 224 const config = parsePhotoPickerSelectOption(args); 225 console.log('[picker] Photo config: ' + JSON.stringify(config)); 244 let modalSelectResult = await modalPicker(photoSelectContext, config, photoSelectWindo [all...] |
/third_party/node/tools/icu/ |
H A D | icutrim.py | 7 # This tool slims down an ICU data (.dat) file according to a config file. 162 ## STEP 0 - read in json config 164 config = json.load(fi) variable 167 config["variables"] = config.get("variables", {}) 168 config["variables"]["locales"] = config["variables"].get("locales", {}) 169 config["variables"]["locales"]["only"] = options.locales.split(',') 172 print(config) 174 if "comment" in config [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 234 // Framebuffer config. 322 FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line); 346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line) in FboIncompleteException() argument 348 , m_config(config) in FboIncompleteException() 356 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0); 409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer) in Framebuffer() argument 410 : m_config (config) in Framebuffer() 418 checkColorFormatSupport(context, config.colorbufferFormat); in Framebuffer() 538 FboRenderCase (Context& context, const char* name, const char* description, const FboConfig& config); 546 static bool isConfigSupported (const FboConfig& config) { DE_UNRE argument 552 FboRenderCase(Context& context, const char* name, const char* description, const FboConfig& config) FboRenderCase() argument 654 ColorClearsTest(Context& context, const FboConfig& config) ColorClearsTest() argument 750 IntersectingQuadsNpotTest(Context& context, const FboConfig& config) IntersectingQuadsNpotTest() argument 756 IntersectingQuadsTest(Context& context, const FboConfig& config, bool npot) IntersectingQuadsTest() argument 763 isConfigSupported(const FboConfig& config) isConfigSupported() argument 845 MixNpotTest(Context& context, const FboConfig& config) MixNpotTest() argument 851 MixTest(Context& context, const FboConfig& config, bool npot) MixTest() argument 860 isConfigSupported(const FboConfig& config) isConfigSupported() argument 938 BlendNpotTest(Context& context, const FboConfig& config) BlendNpotTest() argument 944 BlendTest(Context& context, const FboConfig& config, bool npot) BlendTest() argument 951 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1007 StencilClearsTest(Context& context, const FboConfig& config) StencilClearsTest() argument 1086 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1109 StencilNpotTest(Context& context, const FboConfig& config) StencilNpotTest() argument 1115 StencilTest(Context& context, const FboConfig& config, bool npot) StencilTest() argument 1122 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1203 SharedColorbufferTest(Context& context, const FboConfig& config) SharedColorbufferTest() argument 1330 SharedColorbufferClearsTest(Context& context, const FboConfig& config) SharedColorbufferClearsTest() argument 1335 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1437 SharedDepthbufferTest(Context& context, const FboConfig& config) SharedDepthbufferTest() argument 1442 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1551 TexSubImageAfterRenderTest(Context& context, const FboConfig& config) TexSubImageAfterRenderTest() argument 1556 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1617 TexSubImageBetweenRenderTest(Context& context, const FboConfig& config) TexSubImageBetweenRenderTest() argument 1622 isConfigSupported(const FboConfig& config) isConfigSupported() argument 1699 ResizeTest(Context& context, const FboConfig& config) ResizeTest() argument 1838 RecreateBuffersNoRebindTest(Context& context, const FboConfig& config) RecreateBuffersNoRebindTest() argument 1848 RecreateBuffersRebindTest(Context& context, const FboConfig& config) RecreateBuffersRebindTest() argument 1855 RecreateBuffersTest(Context& context, const FboConfig& config, bool rebind) RecreateBuffersTest() argument 1862 isConfigSupported(const FboConfig& config) isConfigSupported() argument 2131 FboConfig config; addChildVariants() local [all...] |
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | pwm_test.c | 22 static int32_t PwmTesterGetConfig(struct PwmTestConfig *config) in PwmTesterGetConfig() argument 36 reply = HdfSbufObtain(sizeof(*config) + sizeof(uint64_t)); in PwmTesterGetConfig() 58 if (len != sizeof(*config)) { in PwmTesterGetConfig() 59 HDF_LOGE("PwmTesterGetConfig: config size:%zu, read size:%u!", sizeof(*config), len); in PwmTesterGetConfig() 65 if (memcpy_s(config, sizeof(*config), buf, sizeof(*config)) != EOK) { in PwmTesterGetConfig() 83 ret = PwmTesterGetConfig(&tester.config); in PwmTesterGet() 85 HDF_LOGE("PwmTesterGet: read config fai in PwmTesterGet() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | inner_capturer_unit_test.cpp | 50 static AudioCapturerOptions GetCapturerOptions(AudioPlaybackCaptureConfig config); 196 AudioCapturerOptions InnerCapturerUnitTest::GetCapturerOptions(AudioPlaybackCaptureConfig config) in GetCapturerOptions() argument 208 capturerOptions.playbackCaptureConfig = config; in GetCapturerOptions() 220 AudioPlaybackCaptureConfig config = {{{}, FilterMode::INCLUDE, {}, FilterMode::INCLUDE}, false}; in HWTEST() local 222 config.filterOptions.usages.emplace_back(STREAM_USAGE_MEDIA); in HWTEST() 223 config.filterOptions.usages.emplace_back(STREAM_USAGE_ALARM); in HWTEST() 225 AudioCapturerOptions capturerOptions = InnerCapturerUnitTest::GetCapturerOptions(config); in HWTEST() 239 AudioPlaybackCaptureConfig config = {{{}, FilterMode::INCLUDE, {}, FilterMode::INCLUDE}, false}; in HWTEST() local 241 config.filterOptions.usages.emplace_back(STREAM_USAGE_MEDIA); in HWTEST() 242 config in HWTEST() 267 AudioPlaybackCaptureConfig config = {{{}, FilterMode::INCLUDE, {}, FilterMode::INCLUDE}, false}; HWTEST() local 301 AudioPlaybackCaptureConfig config = {{{}, FilterMode::INCLUDE, {}, FilterMode::INCLUDE}, false}; HWTEST() local 340 AudioPlaybackCaptureConfig config = {{{}, FilterMode::INCLUDE, {}, FilterMode::INCLUDE}, false}; TestInnerCapturer() local 505 AudioPlaybackCaptureConfig config = {{{}, FilterMode::INCLUDE, {}, FilterMode::INCLUDE}, false}; HWTEST() local [all...] |
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | util.cpp | 59 LOGE("check config path fail! %{public}s %{public}d %{public}s", path.c_str(), errno, ::strerror(errno)); in ParseBootConfig() 72 LOGE("can not parse config to json"); in ParseBootConfig() 90 BootAnimationConfig config; in ParseOldConfigFile() local 93 config.picZipPath = custPicPath->valuestring; in ParseOldConfigFile() 94 LOGI("cust piczip path: %{public}s", config.picZipPath.c_str()); in ParseOldConfigFile() 98 config.soundPath = custSoundPath->valuestring; in ParseOldConfigFile() 99 LOGI("cust sound path: %{public}s", config.soundPath.c_str()); in ParseOldConfigFile() 103 config.videoDefaultPath = custVideoDefaultPath->valuestring; in ParseOldConfigFile() 104 LOGI("cust video path: %{public}s", config.videoDefaultPath.c_str()); in ParseOldConfigFile() 108 config in ParseOldConfigFile() 137 BootAnimationConfig config; ParseNewConfigFile() local 175 ParseVideoExtraPath(cJSON* data, BootAnimationConfig& config) ParseVideoExtraPath() argument [all...] |
/third_party/curl/src/ |
H A D | tool_paramhlp.c | 44 struct getout *new_getout(struct OperationConfig *config) in new_getout() argument 47 struct getout *last = config->url_last; in new_getout() 55 config->url_list = node; /* first node */ in new_getout() 58 config->url_last = node; in new_getout() 60 node->flags = config->default_node_flags; in new_getout() 328 ParameterError proto2num(struct OperationConfig *config, in proto2num() argument 421 warnf(config->global, "unrecognized protocol '%s'", token); in proto2num() 560 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod() argument 569 warnf(config->global, "unrecognized ftp file method '%s', using default", in ftpfilemethod() 575 int ftpcccmethod(struct OperationConfig *config, cons argument 588 delegation(struct OperationConfig *config, const char *str) delegation() argument 633 get_args(struct OperationConfig *config, const size_t i) get_args() argument [all...] |
H A D | tool_cb_wrt.c | 55 struct OperationConfig *config) in tool_create_output_file() 61 DEBUGASSERT(config); in tool_create_output_file() 62 global = config->global; in tool_create_output_file() 68 if(config->file_clobber_mode == CLOBBER_ALWAYS || in tool_create_output_file() 69 (config->file_clobber_mode == CLOBBER_DEFAULT && in tool_create_output_file() 80 if(config->file_clobber_mode == CLOBBER_NEVER && fd == -1) { in tool_create_output_file() 113 config->file_clobber_mode == CLOBBER_DEFAULT && outs->is_cd_filename) in tool_create_output_file() 145 struct OperationConfig *config = per->config; in tool_write_cb() local 147 bool is_tty = config in tool_write_cb() 54 tool_create_output_file(struct OutStruct *outs, struct OperationConfig *config) tool_create_output_file() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | webp_enc.c | 70 // Mapping from config->method_ to coding tools used. 96 const WebPConfig* const config = enc->config_; in MapConfigToTools() local 97 const int method = config->method; in MapConfigToTools() 98 const int limit = 100 - config->partition_limit; in MapConfigToTools() 112 enc->thread_level_ = config->thread_level; in MapConfigToTools() 114 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0); in MapConfigToTools() 115 if (!config->low_memory) { in MapConfigToTools() 144 static VP8Encoder* InitVP8Encoder(const WebPConfig* const config, in InitVP8Encoder() argument 148 (config in InitVP8Encoder() 328 WebPEncode(const WebPConfig* config, WebPPicture* pic) WebPEncode() argument [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | run_nightly.py | 24 from ctsbuild.config import * 150 def parseAsCSV (logPath, config): 151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath] 274 def runNightly (config): 275 build(config.buildConfig, config.generator) 279 logDir = os.path.join(BASE_LOGS_DIR, config.name) 283 compareLogPath = os.path.join(BASE_REFS_DIR, config.name + ".csv") 293 binaryName = config.generator.getBinaryPath(config 477 config = None global() variable 483 config = curCfg global() variable [all...] |
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 143 struct glx_config *config, const __DRIconfig *driConfig) in driConfigEqual() 165 if (glxValue != config->renderType) in driConfigEqual() 177 if (config->bindToTextureTargets != GLX_DONT_CARE && in driConfigEqual() 178 glxValue != config->bindToTextureTargets) in driConfigEqual() 190 if (!scalarEqual(config, attrib, glxValue)) in driConfigEqual() 205 if (glxValue != config->visualRating) { in driConfigEqual() 206 if (config->visualRating == GLX_NONE) { in driConfigEqual() 219 if (!scalarEqual(config, attrib, value)) { in driConfigEqual() 225 config->numAuxBuffers = 0; in driConfigEqual() 230 if (!scalarEqual(config, attri in driConfigEqual() 142 driConfigEqual(const __DRIcoreExtension *core, struct glx_config *config, const __DRIconfig *driConfig) driConfigEqual() argument 250 createDriMode(const __DRIcoreExtension * core, struct glx_config *config, const __DRIconfig **driConfigs) createDriMode() argument 346 struct glx_config *config = gc->config; driFetchDrawable() local 725 char *config; global() member 751 char *config = NULL; get_driver_config() local [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_service_impl.cpp | 261 bool WifiDeviceServiceImpl::CheckConfigEap(const WifiDeviceConfig &config) in CheckConfigEap() argument 263 if (config.keyMgmt != KEY_MGMT_EAP && config.keyMgmt != KEY_MGMT_SUITE_B_192) { in CheckConfigEap() 267 if (config.wifiEapConfig.eap == EAP_METHOD_TLS) { in CheckConfigEap() 268 if (config.wifiEapConfig.identity.empty() || in CheckConfigEap() 269 (config.wifiEapConfig.certEntry.size() == 0 && in CheckConfigEap() 270 (config.wifiEapConfig.clientCert.empty() || in CheckConfigEap() 271 config.wifiEapConfig.privateKey.empty()))) { in CheckConfigEap() 276 } else if ((config.wifiEapConfig.eap == EAP_METHOD_PEAP) || (config in CheckConfigEap() 290 CheckConfigWapi(const WifiDeviceConfig &config) CheckConfigWapi() argument 309 CheckConfigPwd(const WifiDeviceConfig &config) CheckConfigPwd() argument 366 InitWifiBrokerProcessInfo(const WifiDeviceConfig &config) InitWifiBrokerProcessInfo() argument 448 RemoveCandidateConfig(const WifiDeviceConfig &config) RemoveCandidateConfig() argument 515 updateStaDeviceMacAddress(WifiDeviceConfig &config) updateStaDeviceMacAddress() argument 539 AddDeviceConfig(const WifiDeviceConfig &config, int &result, bool isCandidate) AddDeviceConfig() argument 610 UpdateDeviceConfig(const WifiDeviceConfig &config, int &result) UpdateDeviceConfig() argument 807 GetDeviceConfig(const int &networkId, WifiDeviceConfig &config) GetDeviceConfig() argument 957 ConnectToDevice(const WifiDeviceConfig &config) ConnectToDevice() argument 1192 StartWps(const WpsConfig &config) StartWps() argument 1666 GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) GetChangeDeviceConfig() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_paint_method.cpp | 85 auto&& config = canvasImage_->GetPaintConfig(); in UpdateBorderRadius() local 86 config.borderRadiusXY_ = std::make_shared<BorderRadiusArray>(radiusXY); in UpdateBorderRadius() 92 auto&& config = canvasImage_->GetPaintConfig(); in UpdatePaintConfig() local 94 config.renderMode_ = renderProps->GetImageRenderMode().value_or(ImageRenderMode::ORIGINAL); in UpdatePaintConfig() 95 config.imageInterpolation_ = renderProps->GetImageInterpolation().value_or(interpolationDefault_); in UpdatePaintConfig() 96 config.imageRepeat_ = renderProps->GetImageRepeat().value_or(ImageRepeat::NO_REPEAT); in UpdatePaintConfig() 97 config.smoothEdge_ = renderProps->GetSmoothEdge().value_or(0.0f); in UpdatePaintConfig() 98 config.dynamicMode = renderProps->GetDynamicModeValue(DynamicRangeMode::STANDARD); in UpdatePaintConfig() 99 config.svgFillColor_ = renderProps->GetSvgFillColor(); in UpdatePaintConfig() 100 config in UpdatePaintConfig() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/ |
H A D | rsdisplaynodecommand_fuzzer.cpp | 69 RSDisplayNodeConfig config = { screenId, isMirrored, mirrorNodeId };
in DoDisplayNode() local 78 DisplayNodeCommandHelper::Create(context, id, config);
in DoDisplayNode() 82 DisplayNodeCommandHelper::SetDisplayMode(context, id, config);
in DoDisplayNode() 101 RSDisplayNodeConfig config { 0, false, 0 };
in DoSetDisplayMode() 102 DisplayNodeCommandHelper::SetDisplayMode(context, id, config);
in DoSetDisplayMode() 104 DisplayNodeCommandHelper::Create(context, id, config);
in DoSetDisplayMode() 105 DisplayNodeCommandHelper::SetDisplayMode(context, id, config);
in DoSetDisplayMode() 107 config.isMirrored = true;
in DoSetDisplayMode() 108 DisplayNodeCommandHelper::SetDisplayMode(context, id, config);
in DoSetDisplayMode() 111 config in DoSetDisplayMode() [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 54 ScreenSessionConfig config = { in HWTEST_F() local 59 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_CLIENT); in HWTEST_F() 70 ScreenSessionConfig config = { in HWTEST_F() local 75 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_VIRTUAL); in HWTEST_F() 86 ScreenSessionConfig config = { in HWTEST_F() local 91 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_MIRROR); in HWTEST_F() 102 ScreenSessionConfig config = { in HWTEST_F() local 107 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_REAL); in HWTEST_F() 118 ScreenSessionConfig config = { in HWTEST_F() local 123 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReaso in HWTEST_F() 136 ScreenSessionConfig config = { HWTEST_F() local 157 ScreenSessionConfig config = { HWTEST_F() local 180 ScreenSessionConfig config = { HWTEST_F() local 202 ScreenSessionConfig config = { HWTEST_F() local 222 ScreenSessionConfig config = { HWTEST_F() local 242 ScreenSessionConfig config = { HWTEST_F() local 262 ScreenSessionConfig config = { HWTEST_F() local 284 ScreenSessionConfig config = { HWTEST_F() local 305 ScreenSessionConfig config = { HWTEST_F() local 349 ScreenSessionConfig config = { HWTEST_F() local 369 ScreenSessionConfig config = { HWTEST_F() local 391 ScreenSessionConfig config = { HWTEST_F() local 418 ScreenSessionConfig config = { HWTEST_F() local 442 ScreenSessionConfig config = { HWTEST_F() local 466 ScreenSessionConfig config = { HWTEST_F() local 486 ScreenSessionConfig config = { HWTEST_F() local 506 ScreenSessionConfig config = { HWTEST_F() local 526 ScreenSessionConfig config = { HWTEST_F() local 546 ScreenSessionConfig config = { HWTEST_F() local 573 ScreenSessionConfig config = { HWTEST_F() local 599 ScreenSessionConfig config = { HWTEST_F() local 623 ScreenSessionConfig config = { HWTEST_F() local 651 ScreenSessionConfig config = { HWTEST_F() local 672 ScreenSessionConfig config = { HWTEST_F() local 693 ScreenSessionConfig config = { HWTEST_F() local 718 ScreenSessionConfig config = { HWTEST_F() local 743 ScreenSessionConfig config = { HWTEST_F() local 771 ScreenSessionConfig config = { HWTEST_F() local 796 ScreenSessionConfig config = { HWTEST_F() local 821 ScreenSessionConfig config = { HWTEST_F() local 842 ScreenSessionConfig config = { HWTEST_F() local 864 ScreenSessionConfig config = { HWTEST_F() local 886 ScreenSessionConfig config = { HWTEST_F() local 907 ScreenSessionConfig config = { HWTEST_F() local 931 ScreenSessionConfig config = { HWTEST_F() local 951 ScreenSessionConfig config = { HWTEST_F() local 973 ScreenSessionConfig config = { HWTEST_F() local 993 ScreenSessionConfig config = { HWTEST_F() local 1013 ScreenSessionConfig config = { HWTEST_F() local 1260 RSDisplayNodeConfig config; HWTEST_F() local 1278 RSDisplayNodeConfig config = {1}; HWTEST_F() local 2222 ScreenSessionConfig config = { HWTEST_F() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 352 return egl::EglNotInitialized() << "Failed to find a config for the mock pbuffer."; in initialize() 416 EGLConfig config; in createWindowSurface() local 420 const EGLint configAttribList[] = {EGL_CONFIG_ID, mConfigIds[state.config->configID], EGL_NONE}; in createWindowSurface() 421 success = mEGL->chooseConfig(configAttribList, &config, 1, &numConfig); in createWindowSurface() 424 return new WindowSurfaceEGL(state, mEGL, config, window); in createWindowSurface() 430 EGLConfig config; in createPbufferSurface() local 434 const EGLint configAttribList[] = {EGL_CONFIG_ID, mConfigIds[state.config->configID], EGL_NONE}; in createPbufferSurface() 435 success = mEGL->chooseConfig(configAttribList, &config, 1, &numConfig); in createPbufferSurface() 438 return new PbufferSurfaceEGL(state, mEGL, config); in createPbufferSurface() 446 EGLConfig config, in ExternalSurfaceEGL() 444 ExternalSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config, EGLint width, EGLint height) ExternalSurfaceEGL() argument 549 getConfigAttrib(EGLConfig config, EGLint attribute, T *value) const getConfigAttrib() argument 558 getConfigAttribIfExtension(EGLConfig config, EGLint attribute, T *value, const char *extension, const U &defaultValue) const getConfigAttribIfExtension() argument 608 egl::Config config; generateConfigs() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | js_startup_config.cpp | 32 TAG_LOGE(AAFwkTag::STARTUP, "config entry null"); in Init() 54 napi_value config = nullptr; in Init() local 55 napi_call_function(env_, configEntry, onConfig, 0, nullptr, &config); in Init() 56 if (config == nullptr) { in Init() 57 TAG_LOGE(AAFwkTag::STARTUP, "config null"); in Init() 61 InitAwaitTimeout(env_, config); in Init() 62 InitListener(env_, config); in Init() 66 int32_t JsStartupConfig::Init(napi_value config) in Init() argument 68 if (config == nullptr) { in Init() 69 TAG_LOGE(AAFwkTag::STARTUP, "config nul in Init() 78 InitAwaitTimeout(napi_env env, napi_value config) InitAwaitTimeout() argument 99 InitListener(napi_env env, napi_value config) InitListener() argument [all...] |
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 398 FreeMultiWindowConfig* config = new (std::nothrow) FreeMultiWindowConfig(); in Unmarshalling() local 399 if (config == nullptr) { in Unmarshalling() 402 config->isSystemDecorEnable_ = parcel.ReadBool(); in Unmarshalling() 403 config->decorModeSupportInfo_ = parcel.ReadUint32(); in Unmarshalling() 404 config->defaultWindowMode_ = static_cast<WindowMode>(parcel.ReadUint32()); in Unmarshalling() 405 config->maxMainFloatingWindowNumber_ = parcel.ReadUint32(); in Unmarshalling() 406 return config; in Unmarshalling() 428 AppForceLandscapeConfig* config = new (std::nothrow) AppForceLandscapeConfig(); in Unmarshalling() local 429 if (config == nullptr) { in Unmarshalling() 432 config in Unmarshalling() 505 SystemSessionConfig* config = new (std::nothrow) SystemSessionConfig(); Unmarshalling() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_controller.cpp | 40 void EventController::Register(const std::string& config, const std::shared_ptr<UIEventObserver>& observer) in Register() argument 42 TAG_LOGI(AceLogTag::ACE_UIEVENT, "Register config"); in Register() 44 client.config.Init(config); in Register() 45 if (!client.config.IsEnable()) { in Register() 58 TAG_LOGI(AceLogTag::ACE_UIEVENT, "Register config end"); in Register() 67 if (!client.config.IsEnable()) { in NotifyConfigChange() 70 eventSwitch.pageEnable = eventSwitch.pageEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_PAGE); in NotifyConfigChange() 72 eventSwitch.exposureEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_EXPOSURE); in NotifyConfigChange() 74 eventSwitch.componentEnable || client.config in NotifyConfigChange() 154 auto config = clientList_.back().config.GetConfig(); ApplyNewestConfig() local [all...] |
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_window_scene_config.h | 31 static napi_value CreateWindowSceneConfig(napi_env env, const AppWindowSceneConfig& config); 32 static napi_value CreateFreeMultiWindowConfig(napi_env env, const SystemSessionConfig& config); 35 static napi_value CreateShadowValue(napi_env env, const AppWindowSceneConfig& config, bool focused); 36 static napi_value CreateKeyboardAnimationValue(napi_env env, const KeyboardSceneAnimationConfig& config); 37 static napi_value CreateWindowAnimationValue(napi_env env, const AppWindowSceneConfig& config); 38 static napi_value CreateSystemUIStatusBarValue(napi_env env, const SystemUIStatusBarConfig& config); 39 static napi_value CreateWindowStatusBar(napi_env env, const StatusBarConfig& config);
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-aptx-gst.c | 21 #include <config.h> 143 static bool is_configuration_valid_common(const a2dp_aptx_t *config, uint32_t vendor_id, uint16_t codec_id) { in is_configuration_valid_common() argument 144 if (A2DP_GET_VENDOR_ID(config->info) != vendor_id || A2DP_GET_CODEC_ID(config->info) != codec_id) { in is_configuration_valid_common() 149 if (config->frequency != APTX_SAMPLING_FREQ_16000 && config->frequency != APTX_SAMPLING_FREQ_32000 && in is_configuration_valid_common() 150 config->frequency != APTX_SAMPLING_FREQ_44100 && config->frequency != APTX_SAMPLING_FREQ_48000) { in is_configuration_valid_common() 155 if (config->channel_mode != APTX_CHANNEL_MODE_STEREO) { in is_configuration_valid_common() 164 const a2dp_aptx_t *config in is_configuration_valid() local 175 const a2dp_aptx_hd_t *config = (const a2dp_aptx_hd_t *) config_buffer; is_configuration_valid_hd() local 185 fill_preferred_configuration_common(const pa_sample_spec *default_sample_spec, const a2dp_aptx_t *capabilities, a2dp_aptx_t *config, uint32_t vendor_id, uint16_t codec_id) fill_preferred_configuration_common() argument 238 a2dp_aptx_t *config = (a2dp_aptx_t *) config_buffer; fill_preferred_configuration() local 255 a2dp_aptx_hd_t *config = (a2dp_aptx_hd_t *) config_buffer; fill_preferred_configuration_hd() local [all...] |