Home
last modified time | relevance | path

Searched refs:IS_ENABLE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h45 IS_ENABLE, enumerator
H A Dinput_method_core_stub.h77 [IS_ENABLE] = &InputMethodCoreStub::IsEnableOnRemote,
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.cpp50 { 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 Dinterface_info.h49 IS_ENABLE = 22, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_proxy.cpp93IS_ENABLE, nullptr, [&isEnable](MessageParcel &reply) { return ITypesUtil::Unmarshal(reply, isEnab… in IsEnable()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp37 constexpr const char* IS_ENABLE = "isEnable"; variable
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 Dbundle_manager.cpp47 constexpr const char* IS_ENABLE = "isEnable"; variable
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()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h139 IS_ENABLE, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp728 case PropertyType::IS_ENABLE : in ParseAppAccountProperty()
H A Dnapi_app_account.cpp558 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::IS_ENABLE }; in SetDataSyncEnabledInternal()