Searched refs:strRet (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | directory_ex.cpp | 237 int strRet; in ForceRemoveDirectory() local 284 strRet = strcpy_s(node.name, sizeof(node.name), name); in ForceRemoveDirectory() 285 if (strRet != EOK) { in ForceRemoveDirectory() 286 … UTILS_LOGE("Failed to exec strcpy_s, name= %{public}s, strRet= %{public}d", name, strRet); in ForceRemoveDirectory()
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
H A D | n_val.cpp | 84 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local 85 return { true, move(strRet), strLen }; in ToUTF16String()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/ |
H A D | n_val.cpp | 110 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local 111 return { true, move(strRet), strLen }; in ToUTF16String()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/ |
H A D | n_val.cpp | 147 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local 148 return { true, move(strRet), strLen }; in ToUTF16String()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_value.cpp | 103 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local 104 return {true, move(strRet), strLen}; in ToUTF16String()
|
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/ |
H A D | n_val.cpp | 127 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local 128 return {true, move(strRet), strLen}; in ToUTF16String()
|
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_configuration_test.cpp | 77 std::string strRet = ethernetConfiguration.ReadJsonFile(FILE_PATH); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_test_ng.cpp | 289 std::string strRet = ""; variable
|