Searched refs:IS_ENABLE (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | interface_info.cpp | 50 { InterfaceInfoKey::IS_ENABLE, Serializable::ValueType::BOOL }, 302 Set(InterfaceInfoKey::IS_ENABLE, value); in SetIsEnable() 307 return Get(InterfaceInfoKey::IS_ENABLE, false); in IsEnable()
|
H A D | interface_info.h | 49 IS_ENABLE = 22, member in OHOS::SoftBus::InterfaceInfoKey
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 37 constexpr const char* IS_ENABLE = "isEnable"; member 162 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in SetApplicationEnabledSync() 203 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in SetAbilityEnabledSync()
|
H A D | bundle_manager.cpp | 47 constexpr const char* IS_ENABLE = "isEnable"; member 1710 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in ParseIsEnable() 1733 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in HandleSetApplicationEnabledArg() 1739 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in HandleSetApplicationEnabledArg() 1744 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in HandleSetApplicationEnabledArg() 1844 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in HandleSetAbilityEnabledArg() 1850 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in HandleSetAbilityEnabledArg() 1855 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLE, TYPE_BOOLEAN); in HandleSetAbilityEnabledArg()
|
Completed in 12 milliseconds