Home
last modified time | relevance | path

Searched refs:keep (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh86 keep_path="${stripped_binary_path}.keep"
97 ${OBJCOPY} --only-keep-debug ${binary} ${debug_path}
99 --keep-symbols=${keep_path} ${debug_path} ${mini_debug_path}
101 ${STRIP} --strip-all --keep-section=.comment ${binary}
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp111 void FileServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() argument
118 keep = std::regex_match(keepStr, regexDigital) ? std::stoi(keepStr) : 0; in GetKeepAlive()
121 keep = 0; in GetKeepAlive()
H A Dfile_server_demo.h61 static void GetKeepAlive(const std::string &recvStr, int32_t &keep);
/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp117 void HttpServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() argument
124 keep = std::regex_match(keepStr, regexDigital) ? std::stoi(keepStr) : 0; in GetKeepAlive()
127 keep = 0; in GetKeepAlive()
H A Dhttp_server_demo.h62 static void GetKeepAlive(const std::string &recvStr, int32_t &keep);
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_ref.h229 * The keep cpb function will let encoder keeps the current cpb status and do NOT
232 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, signed int keep);
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_ref.h230 * The keep cpb function will let encoder keeps the current cpb status and do NOT
233 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep);
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_ref.h230 * The keep cpb function will let encoder keeps the current cpb status and do NOT
233 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_ref.h231 * The keep cpb function will let encoder keeps the current cpb status and do NOT
234 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep);
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dishared_result_set_proxy.cpp48 return std::shared_ptr<AbsSharedResultSet>(result.GetRefPtr(), [keep = result] (AbsSharedResultSet *) {}); in CreateProxy()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_proxy.cpp46 [keep = result] (DataShareResultSet *) {}); in CreateProxy()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/
H A Dhdi_mpp_mpi.h116 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_keep_cpb)(MppEncRefCfg ref, RK_S32 keep);
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/
H A Dhdi_mpp_mpi.h116 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_keep_cpb)(MppEncRefCfg ref, signed int keep);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp338 return [this, times, retry, keep = std::move(ref), info = std::move(syncInfo)]() mutable {

Completed in 10 milliseconds