Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 25 of 180) sorted by relevance

12345678

/base/global/i18n_lite/frameworks/i18n/src/
Ddate_time_format.cpp37 if (impl != nullptr) { in ~DateTimeFormat()
38 delete impl; in ~DateTimeFormat()
39 impl = nullptr; in ~DateTimeFormat()
45 if (impl != nullptr) { in Init()
46 delete impl; in Init()
47 impl = nullptr; in Init()
49 impl = new(nothrow) DateTimeFormatImpl(requestPattern, locale); in Init()
50 if (impl == nullptr) { in Init()
58 isSuccess = impl->Init(resource); in Init()
65 delete impl; in Init()
[all …]
Dnumber_format.cpp33 if (impl != nullptr) { in Init()
34 delete impl; in Init()
36 impl = new NumberFormatImpl(mLocale, status); in Init()
37 if (impl == nullptr) { in Init()
48 return impl->Init(resource); in Init()
54 if (impl != nullptr) { in ~NumberFormat()
55 delete impl; in ~NumberFormat()
56 impl = nullptr; in ~NumberFormat()
66 return impl->Format(num, type, status); in Format()
74 return impl->Format(num, status); in Format()
[all …]
Dplural_format.cpp32 if (impl != nullptr) { in ~PluralFormat()
33 delete impl; in ~PluralFormat()
34 impl = nullptr; in ~PluralFormat()
40 if (impl != nullptr) { in Init()
41 delete impl; in Init()
44 impl = new PluralFormatImpl(mLocale, status); in Init()
45 if (impl == nullptr) { in Init()
56 return impl->Init(resource); in Init()
61 if (impl == nullptr) { in GetPluralRuleIndex()
67 return impl->GetPluralRuleIndex(number, status); in GetPluralRuleIndex()
[all …]
/base/security/deviceauth/test/unittest/deviceauth/
DBUILD.gn37 "${common_lib_path}/impl/src/clib_types.c",
38 "${common_lib_path}/impl/src/hc_parcel.c",
39 "${common_lib_path}/impl/src/hc_string.c",
40 "${common_lib_path}/impl/src/hc_string_vector.c",
41 "${common_lib_path}/impl/src/hc_tlv_parser.c",
42 "${common_lib_path}/impl/src/json_utils.c",
43 "${common_lib_path}/impl/src/string_util.c",
44 "${key_management_adapter_path}/impl/src/alg_loader.c",
45 "${key_management_adapter_path}/impl/src/standard/crypto_hash_to_point.c",
46 "${key_management_adapter_path}/impl/src/standard/huks_adapter.c",
[all …]
/base/security/deviceauth/deps_adapter/
Ddeviceauth_hals.gni25 "${key_management_adapter_path}/impl/inc",
34 "${key_management_adapter_path}/impl/inc",
42 "${common_lib_path}/impl/src/clib_types.c",
43 "${common_lib_path}/impl/src/hc_parcel.c",
44 "${common_lib_path}/impl/src/hc_string.c",
45 "${common_lib_path}/impl/src/hc_string_vector.c",
46 "${common_lib_path}/impl/src/hc_tlv_parser.c",
47 "${common_lib_path}/impl/src/json_utils.c",
48 "${common_lib_path}/impl/src/string_util.c",
49 "${key_management_adapter_path}/impl/src/alg_loader.c",
[all …]
DBUILD.gn36 "${key_management_adapter_path}/impl/src/mini/huks_adapter.c",
37 "${os_adapter_path}/impl/src/liteos/hc_condition.c",
38 "${os_adapter_path}/impl/src/liteos/hc_dev_info.c",
39 "${os_adapter_path}/impl/src/liteos/hc_thread.c",
40 "${os_adapter_path}/impl/src/liteos/hc_types.c",
41 "${os_adapter_path}/impl/src/liteos/mini/hc_file.c",
42 "${os_adapter_path}/impl/src/liteos/mini/hc_init_protection.c",
70 "${key_management_adapter_path}/impl/src/small/huks_adapter.c",
71 "${key_management_adapter_path}/impl/src/small/mbedtls_hash_to_point.c",
72 "${os_adapter_path}/impl/src/linux/hc_condition.c",
[all …]
/base/update/updater/services/script/script_instruction/
Dscript_instructionhelper.h26 explicit ScriptInstructionHelper(ScriptManagerImpl *impl) : scriptManager_(impl) {} in ScriptInstructionHelper() argument
40 static ScriptInstructionHelper* GetBasicInstructionHelper(ScriptManagerImpl *impl = nullptr);
/base/accessibility/services/aams/test/mock/
Daccessible_ability_manager_service_state_proxy_mock.cpp24 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibleAbilityManagerServiceState>(impl) in AccessibleAbilityManagerServiceStateProxy() argument
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlog_query_result.h27 FaultLogQueryResult(FaultLogQueryResultImpl* impl) : impl_(impl) {}; in FaultLogQueryResult() argument
/base/accessibility/services/test/mock/
Daccessible_ability_manager_service_state_proxy_mock.cpp25 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibleAbilityManagerServiceState>(impl) in AccessibleAbilityManagerServiceStateProxy() argument
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
Dfaultlog_query_result_impl.h29 explicit FaultLogQueryResultImpl(sptr<FaultLogQueryResultProxy> impl) : impl_(impl){}; in FaultLogQueryResultImpl() argument
/base/sensors/sensor/frameworks/native/sensor/include/
Dsensor_client_proxy.h29 explicit SensorClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ISensorClient>(impl) in SensorClientProxy() argument
/base/powermgr/power_manager/services/zidl/include/
Dpower_shutdown_callback_proxy.h28 explicit PowerShutdownCallbackProxy(const sptr<IRemoteObject>& impl) in PowerShutdownCallbackProxy() argument
29 : IRemoteProxy<IShutdownCallback>(impl) {} in PowerShutdownCallbackProxy()
Dpower_mode_callback_proxy.h28 explicit PowerModeCallbackProxy(const sptr<IRemoteObject>& impl) in PowerModeCallbackProxy() argument
29 : IRemoteProxy<IPowerModeCallback>(impl) {} in PowerModeCallbackProxy()
Dpower_state_callback_proxy.h29 explicit PowerStateCallbackProxy(const sptr<IRemoteObject>& impl) in PowerStateCallbackProxy() argument
30 : IRemoteProxy<IPowerStateCallback>(impl) {} in PowerStateCallbackProxy()
/base/hiviewdfx/hidumper/services/zidl/include/
Ddump_callback_broker_proxy.h24 explicit DumpCallbackBrokerProxy(const sptr<IRemoteObject>& impl) in DumpCallbackBrokerProxy() argument
25 : IRemoteProxy<IDumpCallbackBroker>(impl) {} in DumpCallbackBrokerProxy()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlog_query_result_proxy.h27 explicit FaultLogQueryResultProxy(const sptr<IRemoteObject>& impl) in FaultLogQueryResultProxy() argument
28 : IRemoteProxy<IFaultLogQueryResult>(impl) {} in FaultLogQueryResultProxy()
/base/powermgr/thermal_manager/services/zidl/include/
Dthermal_temp_callback_proxy.h27 explicit ThermalTempCallbackProxy(const sptr<IRemoteObject>& impl) in ThermalTempCallbackProxy() argument
28 : IRemoteProxy<IThermalTempCallback>(impl) {} in ThermalTempCallbackProxy()
Dthermal_level_callback_proxy.h27 explicit ThermalLevelCallbackProxy(const sptr<IRemoteObject>& impl) in ThermalLevelCallbackProxy() argument
28 : IRemoteProxy<IThermalLevelCallback>(impl) {} in ThermalLevelCallbackProxy()
/base/user_iam/user_auth/services/src/
Duserauth_excallback_impl.cpp32 UserAuthCallbackImplSetProp::UserAuthCallbackImplSetProp(const sptr<IUserAuthCallback>& impl) in UserAuthCallbackImplSetProp() argument
34 if (impl == nullptr) { in UserAuthCallbackImplSetProp()
38 callback_ = impl; in UserAuthCallbackImplSetProp()
69 UserAuthCallbackImplCoAuth::UserAuthCallbackImplCoAuth(const sptr<IUserAuthCallback>& impl, in UserAuthCallbackImplCoAuth() argument
72 if (impl == nullptr) { in UserAuthCallbackImplCoAuth()
76 callback_ = impl; in UserAuthCallbackImplCoAuth()
233 UserAuthCallbackImplIDMGetPorp::UserAuthCallbackImplIDMGetPorp(const sptr<IUserAuthCallback>& impl, in UserAuthCallbackImplIDMGetPorp() argument
236 if (impl == nullptr) { in UserAuthCallbackImplIDMGetPorp()
240 callback_ = impl; in UserAuthCallbackImplIDMGetPorp()
303 … const sptr<IUserAuthCallback>& impl, uint64_t callerUid, std::string pkgName, int32_t resultCode, in UserAuthCallbackImplIDMGetPorpCoauth() argument
[all …]
/base/powermgr/display_manager/service/zidl/include/
Ddisplay_power_callback_proxy.h27 explicit DisplayPowerCallbackProxy(const sptr<IRemoteObject>& impl) in DisplayPowerCallbackProxy() argument
28 : IRemoteProxy<IDisplayPowerCallback>(impl) {} in DisplayPowerCallbackProxy()
/base/msdp/device_status/interfaces/innerkits/include/
Ddevicestatus_callback_proxy.h29 explicit DevicestatusCallbackProxy(const sptr<IRemoteObject>& impl) in DevicestatusCallbackProxy() argument
30 : IRemoteProxy<IdevicestatusCallback>(impl) {} in DevicestatusCallbackProxy()
/base/user_iam/user_auth/interfaces/innerkits/native/include/
Duserauth_async_stub.h30 explicit UserAuthAsyncStub(std::shared_ptr<UserAuthCallback>& impl);
31 explicit UserAuthAsyncStub(std::shared_ptr<SetPropCallback>& impl);
32 explicit UserAuthAsyncStub(std::shared_ptr<GetPropCallback>& impl);
/base/startup/init_lite/services/param/watcher/proxy/
Dwatcher_proxy.h26 explicit WatcherProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWatcher>(impl) {} in WatcherProxy() argument
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_callback_proxy.cpp20 NetworkSearchCallBackProxy::NetworkSearchCallBackProxy(const sptr<IRemoteObject> &impl) in NetworkSearchCallBackProxy() argument
21 : IRemoteProxy<INetworkSearchCallback>(impl) in NetworkSearchCallBackProxy()

12345678