/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_stack_config_in.c | 39 FILLP_UINT16 configValue = *(FILLP_UINT16 *)value; in FtConfigSetRxBurst() local 40 if ((configValue == 0) in FtConfigSetRxBurst() 41 || (configValue > FILLP_MAX_TX_RX_BURST)) { in FtConfigSetRxBurst() 42 FILLP_LOGERR(" rxBurst %u is invalid parameter!!!", configValue); in FtConfigSetRxBurst() 47 g_resource.udp.rxBurst = configValue; in FtConfigSetRxBurst() 55 FILLP_UINT32 configValue = *(FILLP_UINT32 *)value; in FtConfigSetRecvCachePktNumBufferSize() local 56 if ((configValue == 0) || (configValue > FILLP_MAX_STACK_RECV_CACHE_PKT_NUM_BUFF_SIZE)) { in FtConfigSetRecvCachePktNumBufferSize() 57 FILLP_LOGERR(" recvCachePktNumBufferSize %u is invalid parameter!!!", configValue); in FtConfigSetRecvCachePktNumBufferSize() 61 g_resource.common.recvCachePktNumBufferSize = configValue; in FtConfigSetRecvCachePktNumBufferSize() 95 FILLP_UINT16 configValue; FtConfigSetMaxSockNum() local 117 FILLP_UINT16 configValue; FtConfigSetMaxConnectionNum() local 152 FILLP_UINT32 configValue = *(FILLP_UINT32 *)value; FtConfigSetFullCpuUseThresholdRate() local 166 FILLP_UINT16 configValue = *(FILLP_UINT16 *)value; FtConfigSetOppositeSetPercentage() local 179 FILLP_UINT16 configValue = *(FILLP_UINT16 *)value; FtConfigSetNackRepeatTimes() local 206 FILLP_UINT16 configValue = *(FILLP_UINT16 *)value; FtConfigSetPktLossAllow() local 220 FILLP_UINT32 configValue = *(FILLP_UINT32 *)value; FtConfigSetInitialRate() local 237 FILLP_UINT16 configValue = *(FILLP_UINT16 *)value; FtConfigSetMaxRatePercentage() local 303 FILLP_UINT32 configValue = *(FILLP_UINT32 *)value; FtConfigSetSendCache() local 316 FILLP_UINT32 configValue = *(FILLP_UINT32 *)value; FtConfigSetRecvCache() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_capability.c | 62 uint32_t configValue; in LnnGetNetCapabilty() local 65 (unsigned char *)&configValue, sizeof(configValue)) != SOFTBUS_OK) { in LnnGetNetCapabilty() 67 configValue = DEFAUTL_LNN_CAPBILITY; in LnnGetNetCapabilty() 69 LNN_LOGI(LNN_LEDGER, "lnn capbility configValue=%{public}u", configValue); in LnnGetNetCapabilty() 70 if ((configValue & (1 << BIT_BLE)) != 0) { in LnnGetNetCapabilty() 73 if ((configValue & (1 << BIT_BR)) != 0) { in LnnGetNetCapabilty() 76 if ((configValue & (1 << BIT_WIFI)) != 0) { in LnnGetNetCapabilty() 79 if ((configValue in LnnGetNetCapabilty() [all...] |
H A D | lnn_feature_capability.c | 51 uint64_t configValue; in LnnGetFeatureCapabilty() local 53 (unsigned char*)&configValue, sizeof(configValue)) != SOFTBUS_OK) { in LnnGetFeatureCapabilty() 55 configValue = DEFAUTL_LNN_FEATURE; in LnnGetFeatureCapabilty() 57 LNN_LOGI(LNN_LEDGER, "lnn feature configValue=%{public}" PRIu64, configValue); in LnnGetFeatureCapabilty() 58 return configValue; in LnnGetFeatureCapabilty()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_stack_app_config_in.c | 320 FILLP_UINT16 configValue; in FtAppConfigSetTxBurst() local 322 configValue = *(FILLP_UINT16 *)value; in FtAppConfigSetTxBurst() 323 if ((configValue == 0) || (configValue > FILLP_MAX_TX_RX_BURST)) { in FtAppConfigSetTxBurst() 328 resource->udp.txBurst = (FILLP_UINT32)(configValue); in FtAppConfigSetTxBurst() 338 FILLP_UINT32 configValue; in FtAppConfigSetSendCache() local 341 configValue = *(FILLP_UINT32 *)value; in FtAppConfigSetSendCache() 342 if ((configValue == FILLP_NULL) || (configValue > FILLP_MAX_ALLOW_SEND_RECV_CACHE)) { in FtAppConfigSetSendCache() 346 resource->common.sendCache = configValue; in FtAppConfigSetSendCache() 365 FILLP_UINT32 configValue; FtAppConfigSetRecvCache() local 392 FILLP_UINT32 configValue; FtAppSetMaxServerSendCache() local 410 FILLP_UINT32 configValue; FtAppSetMaxServeRecvCache() local 429 FILLP_UINT32 configValue; FtAppConfigSetOppositeSetRate() local 460 FILLP_UINT16 configValue; FtAppConfigSetPktSize() local 501 FILLP_UINT32 configValue; FtAppConfigSetSendBufSize() local 536 FILLP_UINT32 configValue; FtAppConfigSetRecvBufSize() local 595 FILLP_UINT32 configValue; FtAppConfigSetMaxRate() local 638 FILLP_UINT32 configValue; FtAppConfigSetMaxRecvRate() local 658 FILLP_BOOL configValue; FtAppEnlargePackInterval() local 707 FILLP_BOOL configValue; FtAppConfigSetEnableNackDelay() local 738 FILLP_LLONG configValue; FtAppConfigSetNackDelayTimeout() local 768 FILLP_UINT32 configValue; FtAppSetFcStatInterval() local [all...] |
/foundation/barrierfree/accessibility/frameworks/acfwk/src/ |
H A D | accessibility_config_impl.cpp | 378 ConfigValue configValue; in NotifyCaptionStateChanged() local 379 configValue.captionState = state; in NotifyCaptionStateChanged() 380 observer->OnConfigChanged(CONFIG_CAPTION_STATE, configValue); in NotifyCaptionStateChanged() 393 ConfigValue configValue; in NotifyCaptionChanged() local 394 configValue.captionStyle = captionProperty_; in NotifyCaptionChanged() 395 observer->OnConfigChanged(CONFIG_CAPTION_STYLE, configValue); in NotifyCaptionChanged() 751 ConfigValue configValue; in NotifyScreenMagnificationChanged() local 752 configValue.screenMagnifier = state; in NotifyScreenMagnificationChanged() 753 observer->OnConfigChanged(CONFIG_SCREEN_MAGNIFICATION, configValue); in NotifyScreenMagnificationChanged() 766 ConfigValue configValue; in NotifyShortKeyChanged() local 781 ConfigValue configValue; NotifyMouseKeyChanged() local 796 ConfigValue configValue; NotifyInvertColorChanged() local 811 ConfigValue configValue; NotifyHighContrastTextChanged() local 826 ConfigValue configValue; NotifyDaltonizationStateChanged() local 841 ConfigValue configValue; NotifyAudioMonoChanged() local 856 ConfigValue configValue; NotifyAnimationOffChanged() local 942 ConfigValue configValue; NotifyShortkeyTargetChanged() local 958 ConfigValue configValue; NotifyShortkeyMultiTargetChanged() local 973 ConfigValue configValue; NotifyMouseAutoClickChanged() local 988 ConfigValue configValue; NotifyAudioBalanceChanged() local 1003 ConfigValue configValue; NotifyBrightnessDiscountChanged() local 1018 ConfigValue configValue; NotifyContentTimeoutChanged() local 1034 ConfigValue configValue; NotifyDaltonizationColorFilterChanged() local 1055 ConfigValue configValue; NotifyClickResponseTimeChanged() local 1070 ConfigValue configValue; NotifyIgnoreRepeatClickTimeChanged() local 1085 ConfigValue configValue; NotifyIgnoreRepeatClickStateChanged() local 1716 ConfigValue configValue; NotifyImmediately() local [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | stylus_key_handler.cpp | 85 bool configValue = true; in CreateStatusConfigObserver() local 87 .GetBoolValue(item.statusConfig, configValue); in CreateStatusConfigObserver() 92 MMI_HILOGI("Get value success key:%{public}s, value:%{public}d", item.statusConfig.c_str(), configValue); in CreateStatusConfigObserver() 93 item.statusConfigValue = configValue; in CreateStatusConfigObserver()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | db_config.cpp | 60 ValueObject configValue = config.GetObjectByPath(configField, errCode); in CheckAndGetDBConfig() local 65 if (configValue.GetValueType() != ValueObject::ValueType::VALUE_NUMBER) { in CheckAndGetDBConfig() 70 if (checkValid && !checkValid(static_cast<T>(configValue.GetIntValue()))) { in CheckAndGetDBConfig() 75 val = static_cast<T>(configValue.GetIntValue()); in CheckAndGetDBConfig()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_adapter_impl.cpp | 42 napi_value configValue = reinterpret_cast<napi_value>(config); in SetImageAnalyzerConfig() local 43 napi_create_reference(env_, configValue, 1, &configRef); in SetImageAnalyzerConfig()
|
/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_core.h | 185 * After {@link OH_NNCompilation_Build} is called, the <b>configName</b> and <b>configValue</b> can be released. \n 189 * @param configValue A byte buffer saving the config value. 199 const void *configValue,
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 257 const void *configValue, in OH_NNCompilation_AddExtensionConfig() 270 if (configValue == nullptr) { in OH_NNCompilation_AddExtensionConfig() 271 LOGE("OH_NNCompilation_AddExtensionConfig failed, configValue is nullptr."); in OH_NNCompilation_AddExtensionConfig() 290 errno_t ret = memcpy_s(configValueAddr, configValueVec.size(), configValue, configValueSize); in OH_NNCompilation_AddExtensionConfig() 255 OH_NNCompilation_AddExtensionConfig(OH_NNCompilation *compilation, const char *configName, const void *configValue, const size_t configValueSize) OH_NNCompilation_AddExtensionConfig() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_branch_test_ng.cpp | 156 std::vector<DirtySwapConfig> configValue; in HWTEST_F() local 157 configValue.push_back(config); in HWTEST_F() 159 for (auto& iter : configValue) { in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_image_bridge.cpp | 930 Local<JSValueRef> configValue = runtimeCallInfo->GetCallArgRef(1); in AnalyzerConfig() local 931 JSValueWrapper valueWrapper = configValue; in AnalyzerConfig()
|