/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_proxy.cpp | 755 uint32_t size = reply.ReadUint32(); in GetAllOAuthTokens() local 801 uint32_t size = reply.ReadUint32(); in GetOAuthList() local 825 uint32_t size = reply.ReadUint32(); in GetAuthList() local 1150 uint32_t size = 0; in ReadAppAccountList() local [all...] |
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.cpp | 378 bool BundleManagerAdapterProxy::GetData(void *&buffer, size_t size, const void *data)
in GetData() argument 712 bool BundleManagerAdapterProxy::SendData(void *&buffer, size_t size, const void *data)
in SendData() argument [all...] |
/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 45 size_t size; // allocated buffer size of p member
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 252 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() argument
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_proxy.cpp | 299 int size = 0; in GetCachedGnssLocationsSize() local 777 LocationErrCode LocatorProxy::GetCachedGnssLocationsSizeV9(int &size) in GetCachedGnssLocationsSizeV9() argument [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 1423 size_t size = 3; in HWTEST_F() local 162 ReceivePrivateCommandFunc( InputMethod_TextEditorProxy *proxy, InputMethod_PrivateCommand *privateCommand[], size_t size) ReceivePrivateCommandFunc() argument
|
H A D | input_method_panel_test.cpp | 105 void OnSizeChange(uint32_t windowId, const WindowSize &size) {} in OnSizeChange() argument
|
/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 331 size_t size = str.size(); in Split() local
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_required_data_manager.cpp | 302 void LocatorWifiScanEventCallback::OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_utils.cpp | 57 string Size2Str(uint64_t size)
in Size2Str() argument 480 GenerateHash(const char *p, size_t size) GenerateHash() argument [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 937 int32_t InputMethodPanel::SizeChange(const WindowSize &size) in SizeChange() argument 988 GetDisplaySize(bool isPortrait, WindowSize &size) GetDisplaySize() argument [all...] |
/base/location/frameworks/cj/include/ |
H A D | geolocationmanager_utils.h | 128 int64_t size; member 155 int64_t size; member 160 int64_t size; member 165 int64_t size; member
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_manager_c_test.cpp | 88 void OnQueryTest(HiSysEventRecord records[], size_t size)
in OnQueryTest() argument
|
/base/location/interfaces/inner_api/include/ |
H A D | location.h | 131 inline void SetAdditionSize(int64_t size) in SetAdditionSize() argument
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 304 int OH_HiAppEvent_SetTriggerCondition(struct HiAppEvent_Watcher* watcher, int row, int size, int timeOut) in OH_HiAppEvent_SetTriggerCondition() argument 324 int OH_HiAppEvent_TakeWatcherData(struct HiAppEvent_Watcher *watcher, uint32_t size, OH_HiAppEvent_OnTake onTake) in OH_HiAppEvent_TakeWatcherData() argument 381 int OH_HiAppEvent_SetReportUserId(struct HiAppEvent_Processor* processor, const char* const * userIdNames, int size) in OH_HiAppEvent_SetReportUserId() argument 386 OH_HiAppEvent_SetReportUserProperty(struct HiAppEvent_Processor* processor, const char* const * userPropertyNames, int size) OH_HiAppEvent_SetReportUserProperty() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 108 size_t DfxMemoryTest::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read() argument [all...] |
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 373 int AppEventStore::TakeEvents(std::vector<std::shared_ptr<AppEventPack>>& events, int64_t observerSeq, uint32_t size)
in TakeEvents() argument 395 int AppEventStore::QueryEvents(std::vector<std::shared_ptr<AppEventPack>>& events, int64_t observerSeq, uint32_t size)
in QueryEvents() argument
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_file_watcher_manager.cpp | 164 GetDigestDataFromHuks(struct HksParamSet *genParamSet, struct HksBlob &inDataBlob, uint8_t* outData, uint32_t size) GetDigestDataFromHuks() argument 197 GenerateAccountInfoDigest(const std::string &inData, uint8_t* outData, uint32_t size) GenerateAccountInfoDigest() argument 352 GetAccountInfoDigestFromFile(const std::string &path, uint8_t *digest, uint32_t size) GetAccountInfoDigestFromFile() argument [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf.cpp | 88 size_t size = prevMap->end - prevMap->begin;
in CreateFromHap() local 142 auto size = static_cast<size_t>(GetFileSize(fd));
in DfxElf() local 166 DfxElf::DfxElf(uint8_t *decompressedData, size_t size)
in DfxElf() argument 535 GetSectionData(unsigned char *buf, uint64_t size, std::string secName) GetSectionData() argument 868 DlPhdrCb(struct dl_phdr_info *info, size_t size, void *data) DlPhdrCb() argument 968 Read(uintptr_t pos, void *buf, size_t size) Read() argument 992 IsValidElf(const void* ptr, size_t size) IsValidElf() argument [all...] |
H A D | arm_exidx.cpp | 51 void ExidxContext::Reset(size_t size) in Reset() argument 387 inline bool ArmExidx::Decode(DecodeTable decodeTable[], size_t size) in Decode() argument
|
/base/customization/enterprise_device_management/interfaces/kits/common/src/ |
H A D | napi_edm_common.cpp | 170 size_t size = 0; in GetStringFromNAPI() local 193 size_t size = 0; in ParseCharArray() local [all...] |
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | date_time_format_impl.cpp | 52 uint32_t size = hmPattern.size();
in AddSeconds() local 195 uint32_t size = zoneInfo.size();
in ParseZoneInfo() local [all...] |
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 589 const unsigned int size = 0; in HWTEST_F() local 616 const unsigned int size = 0; in HWTEST_F() local [all...] |
/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 242 size_t size = 0; in GetStringFromNAPI() local [all...] |
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_sync_impl.cpp | 269 size_t size = 1; in InitNapiParameters() local
|