/base/security/crypto_framework/test/unittest/src/ecc/ |
D | crypto_ecc_verify_sub_test.cpp | 173 bool flag = verify->verify(verify, nullptr, &out); variable 219 bool flag = verify->verify(verify, nullptr, &out); variable 265 bool flag = verify->verify(verify, nullptr, &out); variable 311 bool flag = verify->verify(verify, nullptr, &out); variable 357 bool flag = verify->verify(verify, nullptr, &out); variable 403 bool flag = verify->verify(verify, nullptr, &out); variable 449 bool flag = verify->verify(verify, nullptr, &out); variable 495 bool flag = verify->verify(verify, nullptr, &out); variable 541 bool flag = verify->verify(verify, nullptr, &out); variable 579 bool flag = verify->verify(verify, &g_mockInput, &out); variable [all …]
|
D | crypto_ecc_no_length_verify_sub_test.cpp | 364 bool flag = verify->verify(verify, nullptr, &out); variable 410 bool flag = verify->verify(verify, nullptr, &out); variable 456 bool flag = verify->verify(verify, nullptr, &out); variable 502 bool flag = verify->verify(verify, nullptr, &out); variable 548 bool flag = verify->verify(verify, nullptr, &out); variable 594 bool flag = verify->verify(verify, nullptr, &out); variable 640 bool flag = verify->verify(verify, nullptr, &out); variable 686 bool flag = verify->verify(verify, nullptr, &out); variable 732 bool flag = verify->verify(verify, nullptr, &out); variable 778 bool flag = verify->verify(verify, nullptr, &out); variable [all …]
|
/base/sensors/miscdevice/test/unittest/light/ |
D | light_agent_test.cpp | 181 bool flag = GetLightColor(color, g_lightType); variable 205 bool flag = GetLightColor(color, g_lightType); variable 228 bool flag = GetLightColor(color, g_lightType); variable 251 bool flag = GetLightColor(color, g_lightType); variable 274 bool flag = GetLightColor(color, g_lightType); variable 297 bool flag = GetLightColor(color, g_lightType); variable 321 bool flag = GetLightColor(color, g_lightType); variable
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_time.cpp | 45 void NotificationTime::SetIsCountDown(bool flag) in SetIsCountDown() 55 void NotificationTime::SetIsPaused(bool flag) in SetIsPaused() 65 void NotificationTime::SetIsInTitle(bool flag) in SetIsInTitle()
|
/base/security/crypto_framework/test/unittest/src/ |
D | crypto_ed25519_verify_test.cpp | 193 bool flag = verify->verify(verify, &g_mockInput, &out); variable 227 bool flag = verify->verify(verify, &g_mockInput, &out); variable 288 bool flag = verify->verify(verify, &g_mockInput, &out); variable 474 bool flag = verify->verify(verify, &g_mockInput, &out); variable 491 bool flag = verify->verify(verify, nullptr, &out); variable 507 bool flag = verify->verify(verify, &g_mockInput, nullptr); variable 522 bool flag = verify->verify(verify, &g_mockInput, &g_mockInput); variable 552 bool flag = verify->verify(verify, &g_mockInput, &out); variable 587 bool flag = verify->verify(verify, &g_mock64Input, &out); variable
|
D | crypto_sm2_verify_test.cpp | 459 bool flag = verify->verify(verify, nullptr, &out); variable 497 bool flag = verify->verify(verify, &g_mockInput, &out); variable 543 bool flag = verify->verify(nullptr, nullptr, &out); variable 589 bool flag = verify->verify((HcfVerify *)(&obj), nullptr, &out); variable 631 bool flag = verify->verify(verify, nullptr, &out); variable 677 bool flag = verify->verify(verify, &input, &out); variable 723 bool flag = verify->verify(verify, &input, &out); variable 748 bool flag = verify->verify(verify, nullptr, nullptr); variable 775 bool flag = verify->verify(verify, nullptr, &mockOut); variable 802 bool flag = verify->verify(verify, nullptr, &mockOut); variable [all …]
|
/base/startup/init/services/loopevent/utils/ |
D | le_utils.h | 26 #define LE_TEST_FLAGS(flags, flag) (((flags) & (flag)) == (flag)) argument 27 #define LE_SET_FLAGS(flags, flag) ((flags) |= (flag)) argument 28 #define LE_CLEAR_FLAGS(flags, flag) ((flags) &= ~(flag)) argument
|
/base/customization/enterprise_device_management/test/unittest/mock/src/ |
D | bundle_manager_mock.cpp | 29 const int32_t &flag, const int32_t &userId, std::vector<ExtensionAbilityInfo> &extensionInfos) in QueryExtensionAbilityInfos() 60 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo… in GetBundleInfo() 117 const int32_t &flag, const int32_t &userId, std::vector<ExtensionAbilityInfo> &extensionInfos) in QueryExtensionAbilityInfos() 148 bool BundleMgrService::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleIn… in GetBundleInfo()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_slot_service_test.cpp | 235 uint32_t flag = 0; variable 255 uint32_t flag = 0; variable 275 uint32_t flag = 0; variable 296 uint32_t flag = 0; variable 316 uint32_t flag = 0; variable
|
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
D | security_component_grant_test.cpp | 138 uint32_t flag; variable 177 uint32_t flag; variable 214 uint32_t flag; variable 251 uint32_t flag; variable 286 uint32_t flag; variable 322 uint32_t flag; variable
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
D | xcollie_interface_test.cpp | 92 bool flag = false; variable 145 bool flag = false; variable 174 bool flag = false; variable
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | xcollie.cpp | 34 void *arg, unsigned int flag) in SetTimer() 49 XCollieCallbackRust func, void *arg, unsigned int flag) in SetTimerRust()
|
/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/ |
D | accesstoken_kit.cpp | 27 …ccessTokenKit::RevokePermission(AccessTokenID tokenID, const std::string& permissionName, int flag) in RevokePermission() 42 …AccessTokenKit::GrantPermission(AccessTokenID tokenID, const std::string& permissionName, int flag) in GrantPermission()
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
D | mock_bundle_manager.cpp | 44 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo… in GetBundleInfo() 60 …const std::string &appName, const ApplicationFlag flag, const int userId, ApplicationInfo &appInfo) in GetApplicationInfo()
|
/base/customization/config_policy/test/unittest/ |
D | config_policy_utils_test.cpp | 45 bool flag = false; in TestGetCfgFile() local 122 bool flag = false; variable
|
/base/sensors/miscdevice/test/unittest/vibrator/native/ |
D | vibrator_agent_test.cpp | 305 bool flag = SetLoopCount(2); variable 327 bool flag = SetUsage(USAGE_ALARM); variable 349 bool flag = SetUsage(USAGE_UNKNOWN); variable 375 bool flag = SetUsage(USAGE_ALARM); variable 397 bool flag = SetUsage(USAGE_UNKNOWN); variable 415 bool flag = SetUsage(USAGE_ALARM); variable 437 bool flag = SetUsage(USAGE_UNKNOWN); variable 463 bool flag = SetUsage(USAGE_ALARM); variable 485 bool flag = SetUsage(USAGE_UNKNOWN); variable 697 bool flag = SetParameters(parameter); variable [all …]
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | mock_message_parcel.h | 55 void MessageParcel::SetFlag(bool flag) in SetFlag()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
D | bundle_manager_adapter.cpp | 41 bool BundleManagerAdapter::GetBundleInfo(const std::string &bundleName, int32_t flag, in GetBundleInfo() 53 …t BundleManagerAdapter::GetBundleInfoV9(const std::string &bundleName, AppExecFwk::BundleFlag flag, in GetBundleInfoV9()
|
/base/telephony/core_service/frameworks/js/napi/ |
D | napi_util.cpp | 430 bool flag = true; in CreateParameterErrorMessageForJs() local 458 bool flag = true; in CreateNetworkSearchErrorMessageForJs() local 474 bool flag = true; in CreateVcardErrorMessageForJs() local 492 bool flag = true; in CreateSimErrorMessageForJs() local 518 bool flag = true; in CreateSmsErrorMessageForJs() local 538 bool flag = true; in CreateObserverErrorMessageForJs() local 575 bool flag = true; in CreateCommonArgumentErrorMessageForJs() local 593 bool flag = true; in CreateCommonServiceErrorMessageForJs() local 617 bool flag = true; in CreateCommonSystemErrorMessageForJs() local 669 bool flag = true; in CreateCommonCallErrorMessageForJs() local [all …]
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
D | permission_policy_set.cpp | 124 uint32_t flag = GetFlagWroteToDb(state.grantFlags[0]); in MergePermissionStateFull() local 167 static bool IsPermOperatedByUser(int32_t flag) in IsPermOperatedByUser() 173 static bool IsPermOperatedBySystem(int32_t flag) in IsPermOperatedBySystem() 179 static bool IsPermGrantedBySecComp(int32_t flag) in IsPermGrantedBySecComp() 235 int PermissionPolicySet::QueryPermissionFlag(const std::string& permissionName, int& flag) in QueryPermissionFlag() 259 …ionPolicySet::UpdatePermStateList(const std::string& permissionName, bool isGranted, uint32_t flag) in UpdatePermStateList() 311 void PermissionPolicySet::SetPermissionFlag(const std::string& permissionName, uint32_t flag, bool … in SetPermissionFlag() 330 int32_t flag = 0; in UpdateSecCompGrantedPermList() local 360 …PolicySet::UpdatePermissionStatus(const std::string& permissionName, bool isGranted, uint32_t flag) in UpdatePermissionStatus()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
D | mock_bundle_mgr.cpp | 49 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo… in GetBundleInfo() 65 …const std::string &appName, const ApplicationFlag flag, const int userId, ApplicationInfo &appInfo) in GetApplicationInfo()
|
/base/startup/init/services/param/include/ |
D | trigger_checker.h | 38 #define LOGIC_DATA_TEST_FLAG(data, flag) (((data)->flags & flag) == (flag)) argument 39 #define LOGIC_DATA_SET_FLAG(data, flag) (data)->flags |= (flag) argument 40 #define LOGIC_DATA_CLEAR_FLAG(data, flag) (data)->flags &= ~(flag) argument
|
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
D | hks_hitrace.c | 23 struct HksHitraceId HksHitraceBegin(const char *name, int flag) in HksHitraceBegin()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
D | mock_bundle_manager.cpp | 61 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo… in GetBundleInfo() 77 …const std::string &appName, const ApplicationFlag flag, const int userId, ApplicationInfo &appInfo) in GetApplicationInfo()
|
/base/customization/enterprise_device_management/test/unittest/edm_plugin/src/ |
D | add_os_account_plugin_test.cpp | 134 int32_t flag = ERR_INVALID_VALUE; variable 156 int32_t flag = ERR_INVALID_VALUE; variable 178 int32_t flag = ERR_INVALID_VALUE; variable
|