Searched refs:checkEmpty (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/ |
H A D | abilityautostartupdatamanager_fuzzer.cpp | 75 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 D | ability_auto_startup_data_manager.h | 61 const std::string &value, bool checkEmpty = false);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_data_manager.cpp | 512 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 D | wifi_hdi_wpa_client.h | 830 const std::string &msg, bool checkEmpty = true) const;
|
H A D | wifi_hdi_wpa_client.cpp | 527 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 D | wifi_idl_client.h | 1113 const std::string &msg, bool checkEmpty = true) const;
|
H A D | wifi_idl_client.cpp | 456 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString() 458 if (!checkEmpty || msg.length() > 0) { in PushDeviceConfigString()
|