Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/build/ohos/images/mkimage/
H A Dimkcovert.py32 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 Dbuild_js_assets.py86 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 Dcommon_netsys_controller_callback_test.h28 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 Dtest_notify_callback.cpp27 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 Dframe_rate_report.cpp28 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 Dmagic_enum.h64 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 Dnetsys_sock_client.cpp40 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 Dbundle_json_check.py320 …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 Dmulti_account_manager.cpp213 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()
285std::map<int, std::shared_ptr<AccountBundleInfo>> &osAccountsInfoMap_) in HandleOsAccountsChanged()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dsocket_util.cpp24 int GetExistingSocketServer(const char *, int) in GetExistingSocketServer() argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dblock_integer.cpp26 BlockInteger BlockInteger::operator++(int) in operator ++() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_recorder.cpp47 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 Dohos_exception.py26 def __init__(self, message: str, code: int = 0):
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp243 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 Dstring_utils.cpp86 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 Dfile_access_service_proxy_test.cpp29 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 Dschema_mgr.cpp59 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 Dconfig_parser_base.cpp192 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 Dhiappevent_impl.cpp213 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 Duser_delegate.cpp109 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 Dethernet_management.cpp48 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 Ddmetadata_processor.cpp327 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 Dhdc.py53 def execute_hdc_cmd(self, cmd_type: int, **kwargs):
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp73 const std::array<int, GATT_CONNECTION_STATE_NUM> &states) in GetDevicesByStates()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.cpp106 ErrCode IOEventEpoll::Polling(int timeout /* ms */, std::vector<std::pair<int, REventId>>& res) in Polling()

12345