/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
D | distributed_sched_util.cpp | 54 int iProgress_ = 0; member in OHOS::DistributedSchedule::StatusReceiverImpl 71 iProgress_ = progress; in OnStatusNotify()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/ |
D | bms_permission_grant_system_test.cpp | 59 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 76 EXPECT_GT(progress, iProgress_); in OnStatusNotify() 77 iProgress_ = progress; in OnStatusNotify()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
D | bms_install_external_hsp_so_test.cpp | 81 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 98 EXPECT_GT(progress, iProgress_); in OnStatusNotify() 99 iProgress_ = progress; in OnStatusNotify()
|
D | bms_install_system_test.cpp | 62 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 79 EXPECT_GT(progress, iProgress_); in OnStatusNotify() 80 iProgress_ = progress; in OnStatusNotify()
|
D | bms_install_hap_so_test.cpp | 176 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 193 EXPECT_GT(progress, iProgress_); in OnStatusNotify() 194 iProgress_ = progress; in OnStatusNotify()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_overlay_install_test/ |
D | bms_overlay_internal_install_test.cpp | 97 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 114 EXPECT_GT(progress, iProgress_); in OnStatusNotify() 115 iProgress_ = progress; in OnStatusNotify()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
D | bundle_mgr_sandbox_app_system_test.cpp | 75 int32_t iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 92 iProgress_ = progress; in OnStatusNotify()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
D | bundle_mgr_client_system_test.cpp | 70 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 87 iProgress_ = progress; in OnStatusNotify()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
D | acts_bms_kit_system_test.cpp | 183 int iProgress_ = 0; member in OHOS::AppExecFwk::StatusReceiverImpl 205 EXPECT_GT(progress, iProgress_); in OnStatusNotify() 206 iProgress_ = progress; in OnStatusNotify()
|