Home
last modified time | relevance | path

Searched refs:keepAlive (Results 1 - 25 of 39) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_listener.h148 auto keepAlive = entity->second; variable
149 for (int ii = 0; ii < keepAlive.size(); ii++) {
150 const auto& object = keepAlive[ii];
181 auto keepAlive = entity->second; variable
182 for (int ii = 0; ii < keepAlive.size(); ii++) {
183 const auto& object = keepAlive[ii];
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h31 bool keepAlive = false; member
59 keepAlive = false; in Reset()
83 + ", keepAlive = " + GetBoolStrVal(keepAlive) in ToString()
H A Dinner_bundle_info.h1639 void SetKeepAlive(bool keepAlive) in SetKeepAlive() argument
1641 baseApplicationInfo_->keepAlive = keepAlive; in SetKeepAlive()
1642 baseBundleInfo_->isKeepAlive = keepAlive; in SetKeepAlive()
/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dtcp_extra_options.cpp43 void TCPExtraOptions::SetKeepAlive(bool keepAlive) in SetKeepAlive() argument
45 keepAlive_ = keepAlive; in SetKeepAlive()
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dnet.c132 int keepAlive = 1; in CreateUnixServer() local
133 if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, (void *)&keepAlive, sizeof(keepAlive)) < 0) { in CreateUnixServer()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp176 int32_t FileServerDemo::SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle) in SetKeepAlive() argument
184 ret = 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 Dfile_server_demo.h65 static int32_t SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle);
/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp185 int32_t HttpServerDemo::SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle) in SetKeepAlive() argument
193 ret = setsockopt(connFd, SOL_SOCKET, SO_KEEPALIVE, static_cast<void *>(&keepAlive), sizeof(keepAlive)); in SetKeepAlive()
209 int32_t keepAlive = 1; in FileReadFunc() local
219 (void)SetKeepAlive(connFd, keepAlive, keepIdle); in FileReadFunc()
H A Dhttp_server_demo.h66 static int32_t SetKeepAlive(int32_t &connFd, int32_t &keepAlive, int32_t &keepIdle);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h219 void SetKeepAlive(bool keepAlive) in SetKeepAlive() argument
221 baseApplicationInfo_->keepAlive = keepAlive; in SetKeepAlive()
/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dtcp_extra_options.h50 void SetKeepAlive(bool keepAlive);
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_instance.cpp138 FILLP_INT32 keepAlive = FILLP_KEEP_ALIVE_TIME; in PreSetFillpCoreParams() local
140 err = FtConfigSet(FT_CONF_TIMER_KEEP_ALIVE, &keepAlive, &confSock); in PreSetFillpCoreParams()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c297 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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp83 "keepAlive":true
394 "keepAlive": false,
402 "keepAlive": false,
410 "keepAlive": false,
418 "keepAlive": false,
426 "keepAlive": false,
434 "keepAlive": false,
442 "keepAlive": false,
450 "keepAlive": false,
458 "keepAlive"
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h110 bool keepAlive = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp145 std::pair<bool, bool> keepAlive = std::make_pair<>(false, false); member
233 bool keepAlive = false; member
815 deviceConfig.keepAlive.first = true; in from_json()
819 deviceConfig.keepAlive.second, in from_json()
992 app.keepAlive, in from_json()
1898 applicationInfo.keepAlive = app.keepAlive; in ToApplicationInfo()
1929 if (deviceConfig.keepAlive.first) { in ToApplicationInfo()
1930 applicationInfo.keepAlive = deviceConfig.keepAlive in ToApplicationInfo()
[all...]
H A Dpre_bundle_profile.cpp31 constexpr const char* KEEP_ALIVE = "keepAlive";
207 preBundleConfigInfo.keepAlive, in TransformTo()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h49 void CallJs(const std::string& callbackId, const std::string& args, bool keepAlive = false, bool isGlobal = false);
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h192 int32_t keepAlive; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c252 conn->pcb->fpcb.statistics.keepAlive.lastRecvTime = conn->pcb->fpcb.pcbInst->curTime; in FillpNetconnSetState()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp156 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()
H A Dapplication_info.cpp46 const std::string APPLICATION_KEEP_ALIVE = "keepAlive";
171 {APPLICATION_KEEP_ALIVE, applicationInfo.keepAlive}, in to_json()
350 applicationInfo.keepAlive, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h218 bool keepAlive = false; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1205 FILLP_SHOWDATABUTT("lastRecvTime: %lld", pcb->keepAlive.lastRecvTime); in FtFillpStatKeepAlive()
1206 FILLP_SHOWDATABUTT("lastDataRecvTime: %lld", pcb->keepAlive.lastDataRecvTime); in FtFillpStatKeepAlive()
1207 FILLP_SHOWDATABUTT("lastSendTime: %lld", pcb->keepAlive.lastSendTime); in FtFillpStatKeepAlive()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp50 const char* APPLICATION_KEEP_ALIVE = "keepAlive";
398 keepAlive = parcel.ReadBool(); in ReadFromParcel()
630 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, keepAlive); in Marshalling()
929 {APPLICATION_KEEP_ALIVE, applicationInfo.keepAlive}, in to_json()
1046 applicationInfo.keepAlive, false, parseResult); in from_json()

Completed in 24 milliseconds

12