Home
last modified time | relevance | path

Searched defs:writeLength (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/
H A Dcapi_ability_runtime_application_context_test.cpp150 int32_t writeLength = 0; variable
189 int32_t writeLength = 0; variable
227 int32_t writeLength = 0; variable
275 int32_t writeLength = 0; variable
414 int32_t writeLength = 0; variable
457 int32_t writeLength = 0; variable
499 int32_t writeLength = 0; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/c/ability_runtime/src/
H A Dapplication_context.cpp26 const std::string &src, char* buffer, const int32_t bufferSize, int32_t* writeLength) in WriteStringToBuffer()
41 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetCacheDir()
85 char* buffer, const int32_t bufferSize, int32_t* writeLength) in OH_AbilityRuntime_ApplicationContextGetBundleName()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp222 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavigationId()
237 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationName()
265 ArkUI_NodeHandle node, int32_t index, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationNameByIndex()
280 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationId()
356 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPageName()
371 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPagePath()
403 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPageId()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_user_data.cpp330 auto writeLength = write(fd, fileData.c_str(), jsonLength); in GetFileData() local
377 auto writeLength = write(fd, jsonString.c_str(), jsonLength); in SetUserDataToFile() local
H A Dprint_system_data.cpp215 auto writeLength = write(fd, jsonString.c_str(), jsonLength); in SaveCupsPrinterMap() local
H A Dprint_service_ability.cpp1037 auto writeLength = write(fd, jsonString.c_str(), jsonLength); in WritePreferenceToFile() local
/ohos5.0/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp387 size_t writeLength = outInfo.bufferResult.length(); in OtherEncodeUtf8() local
429 size_t writeLength = bufferResult.length() * 2; // 2:multiple in EncodeTo16BE() local
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp366 auto writeLength = write(fd, jsonString.c_str(), jsonLength); in SaveScannerMap() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp90 size_t writeLength = (index + blockSize) <= dataSize ? blockSize : (dataSize - index); in WriteData() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c1495 int64_t writeLength = SoftBusPwriteFile( in ProcessOneFrameCRC() local
1535 int64_t writeLength = SoftBusPwriteFile( in ProcessOneFrame() local