/ohos5.0/build/ohos/images/mkimage/ |
H A D | imkcovert.py | 32 def get_fill_cnt(inputfile: str, blocksize: int) -> int: 46 def get_gap_blocksize(length: int, size: int) -> int: 56 def get_block_cnt(inputfile: str, blocksize: int) -> int: 67 def get_crc_value(inputfile: str, blocksize: int): 117 def is_empty_block(buff: list, size: int) -> bool: 151 def get_raw_datafile(imagefile: str, blockid, total_blocks: int, blocksize: int) -> int:
|
/ohos5.0/build/scripts/ |
H A D | build_js_assets.py | 86 def make_manifest_data(config: dict, options, js2abc: bool, asset_index: int, assets_cnt: int, src_… 179 def enable_compile_cache(asset_index: int, assets_cnt: int, env: dict, use_compile_cache: bool):
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_netsys_controller_callback_test.h | 28 virtual int32_t OnInterfaceAddressUpdated(const std::string &, const std::string &, int, int) in OnInterfaceAddressUpdated() argument 32 virtual int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) in OnInterfaceAddressRemoved() argument
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | test_notify_callback.cpp | 27 int32_t TestNotifyCallback::OnInterfaceAddressUpdated(const std::string &, const std::string &, int… in OnInterfaceAddressUpdated() argument 34 int32_t TestNotifyCallback::OnInterfaceAddressRemoved(const std::string &, const std::string &, int… in OnInterfaceAddressRemoved() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_frame_trace/src/ |
H A D | frame_rate_report.cpp | 28 bool FrameRateReport::SendFrameRates(const std::unordered_map<int, uint32_t>& rates) in SendFrameRates() 43 void FrameRateReport::SendFrameRatesToRss(const std::unordered_map<int, uint32_t> rates) in SendFrameRatesToRss()
|
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/ |
H A D | magic_enum.h | 64 constexpr auto MakeIntegerListWrapper(std::integer_sequence<int, Is...>) in MakeIntegerListWrapper() 74 constexpr size_t GetEnumSize(std::integer_sequence<int, Is...>) in GetEnumSize() 94 constexpr auto GetAllValidValues(std::integer_sequence<int, Is...>) in GetAllValidValues() 108 constexpr auto GetAllValidNames(std::integer_sequence<int, Is...>) in GetAllValidNames()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | netsys_sock_client.cpp | 40 int HookSocket(int (*fn)(int, int, int), int domain, int type, int protocol) in HookSocket() argument
|
/ohos5.0/build/tools/component_tools/static_check/bundle_check/ |
H A D | bundle_json_check.py | 320 …def _check_component_name(self, component: dict, component_line: int, bundle_error_component: list… 339 def _check_component_subsystem(self, component: dict, component_line: int, 380 …def _check_component_ast(self, component: dict, component_line: int, bundle_error_component: list): 411 …def _check_component_rom(self, component: dict, component_line: int, bundle_error_component: list): 436 …def _check_component_ram(self, component: dict, component_line: int, bundle_error_component: list): 461 …def _check_component_deps(self, component: dict, component_line: int, bundle_error_component: list…
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | multi_account_manager.cpp | 213 std::map<int, std::shared_ptr<AccountBundleInfo>> &osAccountsInfoMap_) in GetAccountBundleInfo() 223 std::map<int, std::shared_ptr<AccountBundleInfo>> &osAccountsInfoMap_) in KillProcessesOfAccount() 244 std::map<int, std::shared_ptr<AccountBundleInfo>> &osAccountsInfoMap_) in HandleAccountColdSwitch() 257 std::map<int, std::shared_ptr<AccountBundleInfo>> &osAccountsInfoMap_) in HandleAccountHotSwitch() 285 … std::map<int, std::shared_ptr<AccountBundleInfo>> &osAccountsInfoMap_) in HandleOsAccountsChanged()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | socket_util.cpp | 24 int GetExistingSocketServer(const char *, int) in GetExistingSocketServer() argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/ |
H A D | block_integer.cpp | 26 BlockInteger BlockInteger::operator++(int) in operator ++() argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | process_recorder.cpp | 47 const std::map<int, std::map<std::string, bool>> &record) const in IsRecordFinish() argument 60 std::map<int, std::map<std::string, bool>> &record) in RecordFinish()
|
/ohos5.0/build/hb/exceptions/ |
H A D | ohos_exception.py | 26 def __init__(self, message: str, code: int = 0):
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_event_cacher.cpp | 243 int64_t FoldEventCacher::GetFoldStatusDuration(const int foldStatus, std::map<int, uint64_t>& durat… in GetFoldStatusDuration() 252 void FoldEventCacher::ProcessCountDurationEvent(AppEventRecord& appEventRecord, std::map<int, uint6… in ProcessCountDurationEvent() 282 std::map<int, uint64_t>& durations) in CalCulateDuration() 322 void FoldEventCacher::Accumulative(int foldStatus, uint64_t duration, std::map<int, uint64_t>& dura… in Accumulative()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 86 std::vector<std::pair<int, std::string>> paramsWithOutNum, in getJsParams() 91 [](const std::pair<int, std::string>& a, const std::pair<int, std::string>& b) { in getJsParams()
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | file_access_service_proxy_test.cpp | 29 int32_t OHOS::SystemAbilityLoadCallbackStub::OnRemoteRequest(unsigned int, OHOS::MessageParcel&, OH… in OnRemoteRequest() 44 int32_t FileAccessServiceStub::OnRemoteRequest(unsigned int, OHOS::MessageParcel&, OHOS::MessagePar… in OnRemoteRequest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 59 int SchemaMgr::CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields, in CompareFieldSchema() 136 bool SchemaMgr::ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudF… in ComparePrimaryField()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | config_parser_base.cpp | 192 std::unordered_map<int, ScreenData>& data, const std::string paramName) const in ParseScreenData() 217 const std::unordered_map<int, ScreenData>& data, const std::string paramName) const in ScreenDataToString() argument
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_impl.cpp | 213 std::tuple<int, int64_t> HiAppEventImpl::addWatcher(const std::string& name, in addWatcher() argument 216 void (*callbackOnTriggerRef)(int, int, int64_t), in addWatcher()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | user_delegate.cpp | 109 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, std::map<int, bool> &users) { in UpdateUsers() 134 …deviceUser_.ComputeIfPresent(userMetaData.deviceId, [&userMetaData](const auto &, std::map<int, bo… in InitLocalUserMeta()
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_management.cpp | 48 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string … in OnInterfaceAddressUpdated() argument 54 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string … in OnInterfaceAddressRemoved() argument
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 327 void DMetadataProcessor::InitBasicConfigTag(std::map<int, std::vector<DCResolution>> &supportedForm… in InitBasicConfigTag() 343 void DMetadataProcessor::InitExtendConfigTag(std::map<int, std::vector<DCResolution>> &supportedFor… in InitExtendConfigTag() 732 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) in GetEachNodeSupportedResolution() 746 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) in GetNodeSupportedResolution() 819 std::map<int, std::vector<DCResolution>>& supportedFormats) in ParsePhotoFormats() 847 std::map<int, std::vector<DCResolution>>& supportedFormats) in ParsePreviewFormats() 872 std::map<int, std::vector<DCResolution>>& supportedFormats) in ParseVideoFormats()
|
/ohos5.0/build/hb/services/ |
H A D | hdc.py | 53 def execute_hdc_cmd(self, cmd_type: int, **kwargs):
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_manager.cpp | 73 const std::array<int, GATT_CONNECTION_STATE_NUM> &states) in GetDevicesByStates()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | io_event_epoll.cpp | 106 ErrCode IOEventEpoll::Polling(int timeout /* ms */, std::vector<std::pair<int, REventId>>& res) in Polling()
|