/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | protocol_task_main_mock.c | 38 void SetPakeV1Supported(bool isSupported) in SetPakeV1Supported() argument 40 g_isPakeV1Supported = isSupported; in SetPakeV1Supported() 67 void SetIsoSupported(bool isSupported) in SetIsoSupported() argument 69 g_isIsoSupported = isSupported; in SetIsoSupported() 96 void SetSessionV2Supported(bool isSupported) in SetSessionV2Supported() argument 98 g_isSessionV2Supported = isSupported; in SetSessionV2Supported()
|
/base/security/device_auth/test/unittest/deviceauth/include/ |
H A D | protocol_task_main_mock.h | 26 void SetIsoSupported(bool isSupported); 27 void SetPakeV1Supported(bool isSupported); 28 void SetSessionV2Supported(bool isSupported);
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_dump_helper.cpp | 88 bool isSupported = false; in ShowSmsInfo() local 89 DelayedSingleton<SmsService>::GetInstance()->IsImsSmsSupported(i, isSupported); in ShowSmsInfo() 90 result.append(std::to_string(isSupported)); in ShowSmsInfo()
|
H A D | sms_send_manager.cpp | 287 int32_t SmsSendManager::IsImsSmsSupported(int32_t slotId, bool &isSupported) in IsImsSmsSupported() argument 302 return gsmSmsSender_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported() 304 return cdmaSmsSender_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
|
H A D | sms_interface_manager.cpp | 229 int32_t SmsInterfaceManager::IsImsSmsSupported(int32_t slotId, bool &isSupported) in IsImsSmsSupported() argument 235 return smsSendManager_->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
|
/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_interface.h | 37 bool isSupported = false; member
|
H A D | runninglock_interface.cpp | 294 asyncInfo->isSupported = IsTypeSupported(asyncInfo->type); in IsRunningLockTypeSupportedCallBack() 295 POWER_HILOGD(FEATURE_RUNNING_LOCK, "type=%{public}u, isSupported=%{public}s", in IsRunningLockTypeSupportedCallBack() 296 static_cast<uint32_t>(asyncInfo->type), asyncInfo->isSupported ? "true" : "false"); in IsRunningLockTypeSupportedCallBack() 301 napi_get_boolean(env, asyncInfo->isSupported, &result[1]); in IsRunningLockTypeSupportedCallBack()
|
H A D | runninglock_napi.cpp | 77 bool isSupported = (type == RunningLockType::RUNNINGLOCK_BACKGROUND) || in IsSupported() local 81 napi_get_boolean(env, isSupported, &result); in IsSupported()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | disturb_mode.h | 68 bool isSupported = false; member
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_send_manager.h | 46 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
|
H A D | sms_interface_manager.h | 60 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
|
H A D | sms_service.h | 232 * @param isSupported Whether ims SMS is supported 235 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;
|
H A D | sms_sender.h | 59 virtual int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) = 0;
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_system_ability_proxy.cpp | 263 bool isSupported = false; 267 [&isSupported](MessageParcel &reply) { return ITypesUtil::Unmarshal(reply, isSupported); }); 268 return isSupported;
|
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/ |
H A D | unittesttwo_fuzzer.cpp | 388 bool isSupported = static_cast<bool>(GetNumRandom(0, 1)); in TestIsImsSmsSupported() local 389 m_pSmsInterfaceManager->IsImsSmsSupported(g_slotId, isSupported); in TestIsImsSmsSupported() 591 bool isSupported = static_cast<bool>(GetNumRandom(0, 1)); in TestIsImsSmsSupported() local 592 m_pSmsSendManager->IsImsSmsSupported(g_slotId, isSupported); in TestIsImsSmsSupported() 595 m_pSmsSendManager->IsImsSmsSupported(g_slotId, isSupported); in TestIsImsSmsSupported() 597 m_pSmsSendManager->IsImsSmsSupported(g_slotId, isSupported); in TestIsImsSmsSupported()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_gtest.cpp | 730 bool isSupported = false; in SetImsSmsConfigTestFuc() local 731 Singleton<SmsServiceManagerClient>::GetInstance().IsImsSmsSupported(helper.slotId, isSupported); in SetImsSmsConfigTestFuc() 732 helper.SetBoolResult(isSupported); in SetImsSmsConfigTestFuc() 769 bool isSupported = false; in SetImsSmsConfigTestFuc2() local 771 Singleton<SmsServiceManagerClient>::GetInstance().IsImsSmsSupported(helper.slotId, isSupported); in SetImsSmsConfigTestFuc2() 772 helper.SetBoolResult(isSupported); in SetImsSmsConfigTestFuc2() 1220 bool isSupported = false; in GetSmsSegmentsInfoTestFuc() local 1221 Singleton<SmsServiceManagerClient>::GetInstance().IsImsSmsSupported(helper.slotId, isSupported); in GetSmsSegmentsInfoTestFuc() 1222 helper.SetBoolResult(isSupported); in GetSmsSegmentsInfoTestFuc() 1233 bool isSupported in GetSmsSegmentsInfoTestFuc2() local [all...] |
/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_sms_sender.h | 46 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_disturb_mode.cpp | 298 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode() 299 ANS_LOGI("errorCode=%{public}d isSupported=%{public}d", in NapiSupportDoNotDisturbMode() 300 asynccallbackinfo->info.errorCode, asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode() 309 napi_get_boolean(env, asynccallbackinfo->isSupported, &result); in NapiSupportDoNotDisturbMode()
|
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/ |
H A D | getsmssegmentsinfo_fuzzer.cpp | 112 bool isSupported = false; in IsImsSmsSupported() local 113 interfaceManager->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported() 122 smsSendManager->IsImsSmsSupported(slotId, isSupported); in IsImsSmsSupported()
|
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/ |
H A D | gsmsmssender_fuzzer.cpp | 211 bool isSupported; in SendSmsTest2() local 212 sender->IsImsSmsSupported(slotId, isSupported); in SendSmsTest2()
|
/base/telephony/sms_mms/interfaces/innerkits/ |
H A D | i_sms_service_interface.h | 314 * @param isSupported Whether ims SMS is supported. 317 virtual int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) = 0;
|
H A D | sms_service_manager_client.h | 233 * @param isSupported Whether ims SMS is supported. 236 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported);
|
H A D | sms_service_proxy.h | 207 * @param isSupported Whether ims SMS is supported. 210 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | disturb_mode.cpp | 518 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in SupportDoNotDisturbMode() 519 ANS_LOGI("errorCode:%{public}d isSupported:%{public}d", in SupportDoNotDisturbMode() 520 asynccallbackinfo->info.errorCode, asynccallbackinfo->isSupported); in SupportDoNotDisturbMode() 529 napi_get_boolean(env, asynccallbackinfo->isSupported, &result); in SupportDoNotDisturbMode()
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_sender.h | 61 int32_t IsImsSmsSupported(int32_t slotId, bool &isSupported) override;
|