Home
last modified time | relevance | path

Searched refs:isSupported (Results 1 – 25 of 30) sorted by relevance

12

/base/security/device_auth/test/unittest/deviceauth/source/
Dprotocol_task_main_mock.c31 void SetPakeV1Supported(bool isSupported) in SetPakeV1Supported() argument
33 g_isPakeV1Supported = isSupported; in SetPakeV1Supported()
60 void SetIsoSupported(bool isSupported) in SetIsoSupported() argument
62 g_isIsoSupported = isSupported; in SetIsoSupported()
/base/security/device_auth/test/unittest/deviceauth/include/
Dprotocol_task_main_mock.h26 void SetIsoSupported(bool isSupported);
27 void SetPakeV1Supported(bool isSupported);
/base/telephony/sms_mms/services/
Dsms_dump_helper.cpp88 bool isSupported = false; in ShowSmsInfo() local
89 DelayedSingleton<SmsService>::GetInstance()->IsImsSmsSupported(i, isSupported); in ShowSmsInfo()
90 result.append(std::to_string(isSupported)); in ShowSmsInfo()
Dsms_send_manager.cpp300 int32_t SmsSendManager::IsImsSmsSupported(int32_t slotId, bool &isSupported) in IsImsSmsSupported() argument
315 return gsmSmsSender_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
317 return cdmaSmsSender_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
Dsms_interface_manager.cpp210 int32_t SmsInterfaceManager::IsImsSmsSupported(int32_t slotId, bool &isSupported) in IsImsSmsSupported() argument
216 return smsSendManager_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
Dsms_interface_stub.cpp320 bool isSupported = false; in OnIsImsSmsSupported() local
321 int32_t result = IsImsSmsSupported(slotId, isSupported); in OnIsImsSmsSupported()
330 if (!reply.WriteBool(isSupported)) { in OnIsImsSmsSupported()
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
Dgetsmssegmentsinfo_fuzzer.cpp103 bool isSupported = false; in IsImsSmsSupported() local
104 interfaceManager->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
110 smsSendManager->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
/base/powermgr/power_manager/interfaces/kits/js/
D@ohos.runningLock.d.ts153 function isSupported(type: RunningLockType): Promise<boolean>;
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_interface.h37 bool isSupported = false; member
Drunninglock_interface.cpp282 asyncInfo->isSupported = true; in IsRunningLockTypeSupportedCallBack()
284 asyncInfo->isSupported = false; in IsRunningLockTypeSupportedCallBack()
287 asyncInfo->isSupported ? "true" : "false"); in IsRunningLockTypeSupportedCallBack()
292 napi_get_boolean(env, asyncInfo->isSupported, &result[1]); in IsRunningLockTypeSupportedCallBack()
Drunninglock_napi.cpp76 bool isSupported = (type == RunningLockType::RUNNINGLOCK_BACKGROUND) || in IsSupported() local
80 napi_get_boolean(env, isSupported, &result); in IsSupported()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Ddisturb_mode.h56 bool isSupported = false; member
/base/telephony/sms_mms/services/include/
Dsms_network_policy_manager.h40 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
Dsms_send_manager.h46 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
Dsms_interface_manager.h57 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
Dsms_service.h215 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;
Dsms_sender.h58 virtual int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) = 0;
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_disturb_mode.cpp221 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode()
223 asynccallbackinfo->info.errorCode, asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode()
232 napi_get_boolean(env, asynccallbackinfo->isSupported, &result); in NapiSupportDoNotDisturbMode()
/base/telephony/sms_mms/frameworks/native/sms/src/
Dsms_service_manager_client.cpp192 int32_t SmsServiceManagerClient::IsImsSmsSupported(int32_t slotId, bool &isSupported) in IsImsSmsSupported() argument
195 return smsServiceInterface_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
/base/telephony/sms_mms/test/gtest/
Dsms_mms_gtest.cpp1475 bool isSupported = false; in SetImsSmsConfigTestFuc() local
1476 …edSingleton<SmsServiceManagerClient>::GetInstance()->IsImsSmsSupported(helper.slotId, isSupported); in SetImsSmsConfigTestFuc()
1477 helper.SetBoolResult(isSupported); in SetImsSmsConfigTestFuc()
1508 bool isSupported = false; in SetImsSmsConfigTestFuc2() local
1510 …edSingleton<SmsServiceManagerClient>::GetInstance()->IsImsSmsSupported(helper.slotId, isSupported); in SetImsSmsConfigTestFuc2()
1511 helper.SetBoolResult(isSupported); in SetImsSmsConfigTestFuc2()
1854 bool isSupported = false; in GetSmsSegmentsInfoTestFuc() local
1855 …edSingleton<SmsServiceManagerClient>::GetInstance()->IsImsSmsSupported(helper.slotId, isSupported); in GetSmsSegmentsInfoTestFuc()
1856 helper.SetBoolResult(isSupported); in GetSmsSegmentsInfoTestFuc()
1867 bool isSupported = false; in GetSmsSegmentsInfoTestFuc2() local
[all …]
/base/telephony/sms_mms/interfaces/innerkits/
Dsms_service_manager_client.h56 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
Dsms_service_proxy.h188 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;
Di_sms_service_interface.h250 virtual int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) = 0;
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisturb_mode.cpp372 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in SupportDoNotDisturbMode()
374 asynccallbackinfo->info.errorCode, asynccallbackinfo->isSupported); in SupportDoNotDisturbMode()
383 napi_get_boolean(env, asynccallbackinfo->isSupported, &result); in SupportDoNotDisturbMode()
/base/telephony/sms_mms/services/include/gsm/
Dgsm_sms_sender.h64 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;

12