Searched refs:IS_ENABLE (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | i_input_method_core.h | 45 IS_ENABLE, enumerator
|
H A D | input_method_core_stub.h | 77 [IS_ENABLE] = &InputMethodCoreStub::IsEnableOnRemote,
|
/ohos5.0/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, enumerator
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_core_proxy.cpp | 93 …IS_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 D | bundle_manager_sync.cpp | 37 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 D | bundle_manager.cpp | 47 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 D | napi_app_account_common.h | 139 IS_ENABLE, enumerator
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account_common.cpp | 728 case PropertyType::IS_ENABLE : in ParseAppAccountProperty()
|
H A D | napi_app_account.cpp | 558 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::IS_ENABLE }; in SetDataSyncEnabledInternal()
|