Home
last modified time | relevance | path

Searched refs:convertType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/res_sched_util_test/
H A Dres_sched_util_test.cpp63 int64_t ret = AAFwk::ResSchedUtil::GetInstance().convertType(resSchedType);
80 int64_t ret = AAFwk::ResSchedUtil::GetInstance().convertType(resSchedType);
95 int64_t ret = AAFwk::ResSchedUtil::GetInstance().convertType(resSchedType);
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp37 int64_t ResSchedUtil::convertType(int64_t resSchedType) in convertType() function in OHOS::AAFwk::ResSchedUtil
80 int64_t type = convertType(resSchedType); in ReportAbilityAssociatedStartInfoToRSS()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dres_sched_util.h62 int64_t convertType(int64_t resSchedType);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dclatd_packet_converter.h39 …tdPacketConverter(const uint8_t *inputPacket, size_t inputPacketSize, ClatdConvertType convertType,
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp47 bool ConvertArrayToList(const T1 *array, uint32_t count, std::vector<T2> &list, bool (*convertType)… in ConvertArrayToList()
49 if (convertType == nullptr) { in ConvertArrayToList()
62 if (convertType(array[i], data)) { in ConvertArrayToList()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd_packet_converter.cpp42 … ClatdConvertType convertType, const in_addr &v4Addr, const in6_addr &v6Addr, in ClatdPacketConverter() argument
46 convertType_(convertType), in ClatdPacketConverter()