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 D | res_sched_util_test.cpp | 63 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 D | res_sched_util.cpp | 37 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 D | res_sched_util.h | 62 int64_t convertType(int64_t resSchedType);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | clatd_packet_converter.h | 39 …tdPacketConverter(const uint8_t *inputPacket, size_t inputPacketSize, ClatdConvertType convertType,
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_helper.cpp | 47 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 D | clatd_packet_converter.cpp | 42 … ClatdConvertType convertType, const in_addr &v4Addr, const in6_addr &v6Addr, in ClatdPacketConverter() argument 46 convertType_(convertType), in ClatdPacketConverter()
|