Home
last modified time | relevance | path

Searched refs:nullString (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_log.cpp61 std::string nullString(""); in GetAnonyInt32() local
62 return nullString; in GetAnonyInt32()
66 std::string nullString(""); in GetAnonyInt32() local
67 return nullString; in GetAnonyInt32()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Danonymous_string.cpp65 std::string nullString(""); in GetAnonyInt32() local
66 return nullString; in GetAnonyInt32()
70 std::string nullString(""); in GetAnonyInt32() local
71 return nullString; in GetAnonyInt32()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp87 std::string nullString(""); in GetAnonyInt32() local
88 return nullString; in GetAnonyInt32()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp325 std::string nullString = EMPTY_STRING; variable
326 auto result = bmcb.OnQueryRpcIdFinished(nullString);
371 std::string nullString = EMPTY_STRING; variable
372 auto result = bmcb.OnQueryRpcIdFinished(nullString);
400 std::string nullString = EMPTY_STRING; variable
401 auto result = proxy.OnQueryRpcIdFinished(nullString);
510 std::string nullString = EMPTY_STRING; variable
513 EXPECT_EQ(targetAbilityInfo.targetInfo.bundleName, nullString);
514 EXPECT_EQ(targetAbilityInfo.targetInfo.moduleName, nullString);
515 EXPECT_EQ(targetAbilityInfo.targetInfo.abilityName, nullString);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp233 std::string nullString(""); in GetAnonyInt32() local
234 return nullString; in GetAnonyInt32()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp555 const std::string nullString = ""; in SetScannerInfo() local
556 if ((*currentDevice)->name != nullptr && (*currentDevice)->name != nullString) { in SetScannerInfo()