Searched refs:keep (Results 1 - 14 of 14) sorted by relevance
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 86 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 D | file_server_demo.cpp | 111 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 D | file_server_demo.h | 61 static void GetKeepAlive(const std::string &recvStr, int32_t &keep);
|
/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 117 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 D | http_server_demo.h | 62 static void GetKeepAlive(const std::string &recvStr, int32_t &keep);
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_venc_ref.h | 229 * 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 D | rk_venc_ref.h | 230 * 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 D | rk_venc_ref.h | 230 * 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 D | rk_venc_ref.h | 231 * 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 D | ishared_result_set_proxy.cpp | 48 return std::shared_ptr<AbsSharedResultSet>(result.GetRefPtr(), [keep = result] (AbsSharedResultSet *) {}); in CreateProxy()
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | ishared_result_set_proxy.cpp | 46 [keep = result] (DataShareResultSet *) {}); in CreateProxy()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 116 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 D | hdi_mpp_mpi.h | 116 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 D | sync_manager.cpp | 338 return [this, times, retry, keep = std::move(ref), info = std::move(syncInfo)]() mutable {
|
Completed in 10 milliseconds