Home
last modified time | relevance | path

Searched defs:callback (Results 701 - 725 of 1995) sorted by relevance

1...<<21222324252627282930>>...80

/base/sensors/sensor/utils/common/src/
H A Dprint_sensor_data.cpp123 void PrintSensorData::ControlSensorClientPrint(const RecordSensorCallback callback, const SensorEvent &event) in ControlSensorClientPrint() argument
178 void PrintSensorData::SavePrintUserInfo(const RecordSensorCallback callback) in SavePrintUserInfo() argument
192 void PrintSensorData::RemovePrintUserInfo(const RecordSensorCallback callback) in RemovePrintUserInfo() argument
[all...]
/base/security/security_guard/test/fuzztest/ipc/datacollectmanager_fuzzer/
H A Ddata_collect_manager_fuzzer.cpp133 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); in OnRemoteRequestRequest() local
161 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); in OnRemoteSubscribeRequest() local
174 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); in OnRemoteUnsubscribeRequest() local
203 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); in OnRemoteSecurityEventQuery() local
227 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); in OnRemoteStart() local
251 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); OnRemoteStop() local
274 sptr<IRemoteObject> callback = new (std::nothrow) DataCollectManagerCallbackService(func); OnRemoteSecurityEventConfigQuery() local
[all...]
/base/sensors/sensor/frameworks/native/include/
H A Dnative_sensor_impl.h47 Sensor_EventCallback callback; member
/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_init.cpp38 napi_ref callback = nullptr; member
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.cpp158 sptr<SecurityCollector::SecurityCollectorManagerCallbackService> callback = in NotifyCollector() local
180 sptr<SecurityCollector::SecurityCollectorManagerCallbackService> callback = in StartCollector() local
45 RequestSecurityEventInfo(std::string &devId, std::string &eventList, RequestRiskDataCallback callback) RequestSecurityEventInfo() argument
67 RequestSecurityModelResult(const std::string &devId, uint32_t modelId, const std::string &param, ResultCallback callback) RequestSecurityModelResult() argument
202 sptr<SecurityCollector::SecurityCollectorManagerCallbackService> callback = StopCollector() local
214 QuerySecurityEvent(std::vector<SecurityCollector::SecurityEventRuler> rulers, std::shared_ptr<SecurityEventQueryCallback> callback) QuerySecurityEvent() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
H A Duser_idm_client.cpp39 void RunOnCredentialInfo(const std::shared_ptr<GetCredentialInfoCallback>& callback) in RunOnCredentialInfo() argument
73 void RunOnSecUserInfo(const std::shared_ptr<GetSecUserInfoCallback>& callback) in RunOnSecUserInfo() argument
93 int32_t UserIdmClient::GetSecUserInfo(int32_t userId, const std::shared_ptr<GetSecUserInfoCallback>& callback) in GetSecUserInfo() argument
56 GetCredentialInfo(int32_t userId, AuthType authType, const std::shared_ptr<GetCredentialInfoCallback>& callback) GetCredentialInfo() argument
[all...]
/base/security/security_component_manager/frameworks/inner_api/security_component/src/
H A Dsec_comp_proxy.cpp345 sptr<IRemoteObject> callback; in GetEnhanceRemoteObject() local
/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_stub.cpp124 auto callback = data.ReadRemoteObject(); in HandleDataSubscribeCmd() local
143 auto callback = data.ReadRemoteObject(); in HandleDataUnsubscribeCmd() local
185 auto callback = data.ReadRemoteObject(); in HandleSecurityEventQueryCmd() local
213 auto callback = data.ReadRemoteObject(); HandleStartCmd() local
240 auto callback = data.ReadRemoteObject(); HandleStopCmd() local
[all...]
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/useridm/src/
H A Dhks_useridm_api_wrap.cpp145 std::shared_ptr<USER_IAM::GetSecUserInfoCallback> callback = mCallback; in HksUserIdmGetSecInfo() local
201 std::shared_ptr<USER_IAM::GetCredentialInfoCallback> callback = huksCallback; in HksUserIdmGetAuthInfoNum() local
/base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp219 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); in HWTEST_F() local
254 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); in HWTEST_F() local
306 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); in HWTEST_F() local
345 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
380 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
418 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
455 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
492 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
532 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
567 sptr<SystemAbilityLoadCallbackStub> callback = new (std::nothrow) SystemAbilityLoadCallbackStub(); HWTEST_F() local
[all...]
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_device_observer.cpp48 RegisterDevStatusCallback( const std::shared_ptr<IDistributedDeviceStateCallback> &callback) RegisterDevStatusCallback() argument
59 UnRegisterDevStatusCallback( const std::shared_ptr<IDistributedDeviceStateCallback> &callback) UnRegisterDevStatusCallback() argument
[all...]
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_data_test.cpp60 std::shared_ptr<ISessionCallback> callback = std::make_shared<DataSessionCallbackTest>(); in HWTEST_F() local
125 std::shared_ptr<ISessionCallback> callback = std::make_shared<DataSessionCallbackTest>(); in HWTEST_F() local
360 std::shared_ptr<ISessionCallback> callback = std::make_shared<DataSessionCallbackTest>(); in HWTEST_F() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp151 sptr<ISatelliteCoreCallback> callback = std::make_unique<SatelliteCoreCallback>(nullptr).release(); in HWTEST_F() local
[all...]
H A Dnetwork_search_manager_test.cpp153 sptr<ImsRegInfoCallback> callback = new ImsRegInfoCallbackTest; in HWTEST_F() local
H A Dsim_core_service_test.cpp45 sptr<INetworkSearchCallback> callback = nullptr; in HWTEST_F() local
173 sptr<INetworkSearchCallback> callback = nullptr; in HWTEST_F() local
192 sptr<INetworkSearchCallback> callback = nullptr; HWTEST_F() local
334 sptr<INetworkSearchCallback> callback = nullptr; HWTEST_F() local
[all...]
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback.cpp27 int32_t CallAbilityCallback::SetProcessCallback(std::unique_ptr<CallManagerCallback> callback) in SetProcessCallback() argument
/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp101 sptr<NetworkSearchResult> callback = NetworkSearchResult::Unmarshalling(data); in OnGetNetworkSearchInformation() local
H A Dtelephony_state_registry_proxy.cpp293 RegisterStateChange( const sptr<TelephonyObserverBroker> &callback, int32_t slotId, uint32_t mask, bool isUpdate) RegisterStateChange() argument
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_selection.cpp63 sptr<INetworkSearchCallback> callback = callbackInfo->networkSearchItem_; in ProcessNetworkSearchResult() local
113 sptr<INetworkSearchCallback> callback = callbackInfo->networkSearchItem_; in ProcessGetNetworkSelectionMode() local
161 sptr<INetworkSearchCallback> callback in ProcessSetNetworkSelectionMode() local
[all...]
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp141 int32_t VoipCallConnection::RegisterCallManagerCallBack(const sptr<ICallStatusCallback> &callback) in RegisterCallManagerCallBack() argument
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_client.cpp201 RegisterCoreNotify( int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) RegisterCoreNotify() argument
/base/telephony/core_service/test/fuzztest/satellitecore_fuzzer/
H A Dsatellitecore_fuzzer.cpp64 std::shared_ptr<SatelliteCoreCallback> callback = std::make_shared<SatelliteCoreCallback>(nullptr); in OnRemoteRequest() local
105 std::shared_ptr<SatelliteCoreCallback> callback = std::make_shared<SatelliteCoreCallback>(nullptr); in SetRadioStateResponse() local
126 std::shared_ptr<SatelliteCoreCallback> callback = std::make_shared<SatelliteCoreCallback>(nullptr); in RadioStateChanged() local
149 std::shared_ptr<SatelliteCoreCallback> callback in SatelliteStatusChanged() local
168 std::shared_ptr<SatelliteCoreCallback> callback = std::make_shared<SatelliteCoreCallback>(nullptr); SimStateChanged() local
[all...]
/base/telephony/sms_mms/services/sms/
H A Dsms_network_policy_manager.cpp154 sptr<ImsRegInfoCallback> callback = new ImsRegStateCallbackStub(shared_from_this()); in GetImsRegState() local
178 callbackMap_.emplace(GetId(), callback); in NetworkRegister() local
169 NetworkRegister( const std::function<void(bool isImsNetDomain, int32_t voiceServiceState)> &callback) NetworkRegister() argument
182 NetworkRegister( const std::function<void(bool isImsNetDomain, int32_t voiceServiceState)> &&callback) NetworkRegister() argument
[all...]
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h112 napi_ref callback = nullptr; member
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp209 StartUpdateHmpPackage(const std::string &path, sptr<ISysInstallerCallbackFunc> callback) StartUpdateHmpPackage() argument

Completed in 14 milliseconds

1...<<21222324252627282930>>...80