Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp55 std::string postfix = upgradeFile.substr(pos + 1); in IsValidUpgradeFile() local
56 std::transform(postfix.begin(), postfix.end(), postfix.begin(), ::tolower); in IsValidUpgradeFile()
57 if (postfix.compare("bin") == 0) { in IsValidUpgradeFile()
59 } else if (postfix.compare("zip") == 0) { in IsValidUpgradeFile()
61 } else if (postfix.compare("lz4") == 0) { in IsValidUpgradeFile()
63 } else if (postfix.compare("gz") == 0) { in IsValidUpgradeFile()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp38 bool EndsWith(string_view str, string_view postfix) in EndsWith() argument
40 …return str.size() >= postfix.size() && 0 == str.compare(str.size() - postfix.size(), postfix.size(… in EndsWith()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_p2p_test.cpp110 char postfix[] = "p2p_postfix_name"; variable
111 …EXPECT_TRUE(mInterface->wpaP2pCliCmdSetSsidPostfixName(mInterface, postfix) != P2P_SUP_ERRCODE_SUC…
113 …EXPECT_TRUE(mInterface->wpaP2pCliCmdSetSsidPostfixName(mInterface, postfix) != P2P_SUP_ERRCODE_SUC…
115 …EXPECT_TRUE(mInterface->wpaP2pCliCmdSetSsidPostfixName(mInterface, postfix) == P2P_SUP_ERRCODE_SUC…
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/
H A DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/
H A DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp670 std::string postfix = path.substr(pos + 1, -1); in DoCreatePkgStream() local
671 std::transform(postfix.begin(), postfix.end(), postfix.begin(), ::tolower); in DoCreatePkgStream()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaInterface.idl556 * Set the postfix to be used for P2P SSID's.
559 * @param postfix name String to be appended to SSID.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaInterface.idl556 * Set the postfix to be used for P2P SSID's.
559 * @param postfix name String to be appended to SSID.
/ohos5.0/docs/en/application-dev/quick-start/
H A Dintroduction-to-arkts.md1592 A postfix operator `!` can be used to assert that its operand is non-null.