/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_listener.h | 148 auto keepAlive = entity->second; in SCENE_BEGIN_NAMESPACE() local 149 for (int ii = 0; ii < keepAlive.size(); ii++) { in SCENE_BEGIN_NAMESPACE() 150 const auto& object = keepAlive[ii]; in SCENE_BEGIN_NAMESPACE() 181 auto keepAlive = entity->second; in SCENE_BEGIN_NAMESPACE() local 182 for (int ii = 0; ii < keepAlive.size(); ii++) { in SCENE_BEGIN_NAMESPACE() 183 const auto& object = keepAlive[ii]; in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 31 bool keepAlive = false; member 59 keepAlive = false; in Reset() 83 + ", keepAlive = " + GetBoolStrVal(keepAlive) in ToString()
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.cpp | 176 int32_t FileServerDemo::SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle) in SetKeepAlive() argument 184 …= setsockopt(connFd, SOL_SOCKET, SO_KEEPALIVE, static_cast<void *>(&keepAlive), sizeof(keepAlive)); in SetKeepAlive() 200 int32_t keepAlive = 1; in FileReadFunc() local 209 (void)SetKeepAlive(connFd, keepAlive, keepIdle); in FileReadFunc()
|
H A D | file_server_demo.h | 65 static int32_t SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle);
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | net.c | 132 int keepAlive = 1; in CreateUnixServer() local 133 if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, (void *)&keepAlive, sizeof(keepAlive)) < 0) { in CreateUnixServer()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 183 int32_t HttpServerDemo::SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle) in SetKeepAlive() argument 191 …= setsockopt(connFd, SOL_SOCKET, SO_KEEPALIVE, static_cast<void *>(&keepAlive), sizeof(keepAlive)); in SetKeepAlive() 207 int32_t keepAlive = 1; in FileReadFunc() local 218 (void)SetKeepAlive(connFd, keepAlive, keepIdle); in FileReadFunc()
|
H A D | http_server_demo.h | 66 static int32_t SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/ |
H A D | tcp_extra_options.cpp | 43 void TCPExtraOptions::SetKeepAlive(bool keepAlive) in SetKeepAlive() argument 45 keepAlive_ = keepAlive; in SetKeepAlive()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 219 void SetKeepAlive(bool keepAlive) in SetKeepAlive() argument 221 baseApplicationInfo_->keepAlive = keepAlive; in SetKeepAlive()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-app-privilege-config-guide.md | 58 | keepAlive | bool | false | 是否允许应用常驻。 | 87 "keepAlive": true, // 应用常驻
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_instance.cpp | 138 FILLP_INT32 keepAlive = FILLP_KEEP_ALIVE_TIME; in PreSetFillpCoreParams() local 140 err = FtConfigSet(FT_CONF_TIMER_KEEP_ALIVE, &keepAlive, &confSock); in PreSetFillpCoreParams()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelogs-bundlemanager.md | 145 ## cl.bundlemanager.10 app.json配置文件删除keepAlive标签 146 删除配置文件app.json中[keepAlive](../../../application-dev/quick-start/app-configuration-file.md)标签 149 删除配置文件app.json中[keepAlive](../../../application-dev/quick-start/app-configuration-file.md)标签,IDE中不再… 152 删除[keepAlive](../../../application-dev/quick-start/app-configuration-file.md)标签
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/include/ |
H A D | tcp_extra_options.h | 50 void SetKeepAlive(bool keepAlive);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta3/ |
H A D | changelog-v3.2-beta3.md | 86 | keepAlive | bool | false | 是否允许应用常驻 | 112 "keepAlive": true, // 应用常驻
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_flow_control.c | 297 pcb->statistics.keepAlive.lastRecvTime = pcb->pcbInst->curTime; in FillpFcInit() 298 pcb->statistics.keepAlive.lastDataRecvTime = pcb->pcbInst->curTime; in FillpFcInit() 375 detaTime = pcb->pcbInst->curTime - pcb->statistics.keepAlive.lastRecvTime; in FillpFcCycle()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-bundlemanager.md | 145 ## cl.bundlemanager.10 app.json配置文件删除keepAlive标签 146 删除配置文件app.json中[keepAlive](../../../application-dev/quick-start/app-configuration-file.md)标签 149 删除配置文件app.json中[keepAlive](../../../application-dev/quick-start/app-configuration-file.md)标签,IDE中不再… 152 删除[keepAlive](../../../application-dev/quick-start/app-configuration-file.md)标签
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | deviceconfig-structure.md | 28 | keepAlive | 标识应用是否始终保持运行状态,仅支持系统应用配置,三方应用配置不生效。该标签为布尔类型,可缺省,缺省值为false,如果配置为true,应用将始终保持为运行状态,并在系统…
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | app-deviceconfig-switch.md | 28 | keepAlive | 标识应用是否始终保持运行状态,仅支持系统应用配置,三方应用配置不生效。 | / | Stage模型不支持系统应用模型管控方式变更。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/ |
H A D | bms_bundle_parser_test.cpp | 83 "keepAlive":true
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 126 std::pair<bool, bool> keepAlive = std::make_pair<>(false, false); member 230 bool keepAlive = false; member 889 deviceConfig.keepAlive.first = true; in from_json() 893 deviceConfig.keepAlive.second, in from_json() 1094 app.keepAlive, in from_json() 2071 applicationInfo.keepAlive = app.keepAlive; in ToApplicationInfo() 2102 if (deviceConfig.keepAlive.first) { in ToApplicationInfo() 2103 applicationInfo.keepAlive = deviceConfig.keepAlive.second; in ToApplicationInfo() 2177 bundleInfo.isKeepAlive = applicationInfo.keepAlive; in ToBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 156 std::pair<bool, bool> keepAlive = std::make_pair<>(false, false); member 238 bool keepAlive = false; member 762 deviceConfig.keepAlive.first = true; in from_json() 766 deviceConfig.keepAlive.second, in from_json() 945 app.keepAlive, in from_json() 1476 applicationInfo.keepAlive = app.keepAlive; in ToApplicationInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 110 bool keepAlive = false; member
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-app-privilege-config-guide.md | 58 | keepAlive | bool | false | Allows an application to keep running in the backgrou… 87 … "keepAlive": true, // The application can keep running in the background.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.h | 49 …void CallJs(const std::string& callbackId, const std::string& args, bool keepAlive = false, bool i…
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 191 int32_t keepAlive; member
|