Home
last modified time | relevance | path

Searched refs:checkEmpty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/
H A Dabilityautostartupdatamanager_fuzzer.cpp75 bool checkEmpty = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
76 abilityAutoStartupDataManager->IsEqual(jsonObject, keys, values, checkEmpty); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_auto_startup_data_manager.h61 const std::string &value, bool checkEmpty = false);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_data_manager.cpp512 nlohmann::json &jsonObject, const std::string &key, const std::string &value, bool checkEmpty) in IsEqual() argument
516 if (checkEmpty && !jsonValue.empty() && jsonValue != value) { in IsEqual()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.h830 const std::string &msg, bool checkEmpty = true) const;
H A Dwifi_hdi_wpa_client.cpp527 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString()
529 if (!checkEmpty || msg.length() > 0) { in PushDeviceConfigString()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.h1113 const std::string &msg, bool checkEmpty = true) const;
H A Dwifi_idl_client.cpp456 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString()
458 if (!checkEmpty || msg.length() > 0) { in PushDeviceConfigString()