/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | bundle_active_app_group_napi.h | 28 napi_value QueryAppGroup(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_mock_test.cpp | 99 …EXPECT_NE(BundleActiveClient::GetInstance().QueryAppGroup(result, g_defaultBundleName, g_commonUse… 195 …EXPECT_NE(DelayedSingleton<BundleActiveService>::GetInstance()->QueryAppGroup(appGroup, bundleName… 196 …EXPECT_NE(DelayedSingleton<BundleActiveService>::GetInstance()->QueryAppGroup(appGroup, bundleName…
|
H A D | device_usage_statistics_test.cpp | 288 BundleActiveClient::GetInstance().QueryAppGroup(result, g_defaultBundleName, g_commonUserid); 307 BundleActiveClient::GetInstance().QueryAppGroup(result, g_defaultBundleName, g_commonUserid);
|
H A D | device_usage_statistics_multi_test.cpp | 291 BundleActiveClient::GetInstance().QueryAppGroup(result, g_defaultBundleName, g_commonUserid); in MultiTestAppGroup()
|
H A D | device_usage_statistics_service_test.cpp | 1079 EXPECT_NE(groupController->QueryAppGroup(appGroup, bundleName, userId), ERR_OK); 1083 EXPECT_NE(groupController->QueryAppGroup(appGroup, bundleName, userId), ERR_OK); 1134 coreObject->bundleGroupController_->QueryAppGroup(appGroup, bundleName, userId);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_client.cpp | 151 ErrCode BundleActiveClient::QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t… in QueryAppGroup() function in OHOS::DeviceUsageStats::BundleActiveClient 158 return bundleActiveProxy_->QueryAppGroup(appGroup, bundleName, userId); in QueryAppGroup()
|
H A D | bundle_active_proxy.cpp | 234 ErrCode BundleActiveProxy::QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t … in QueryAppGroup() function in OHOS::DeviceUsageStats::BundleActiveProxy
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | ibundle_active_service.h | 109 …virtual ErrCode QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t userId) = …
|
H A D | bundle_active_core.h | 176 ErrCode QueryAppGroup(int32_t& appGroup, const std::string& bundleName, const int32_t userId);
|
H A D | bundle_active_service.h | 151 … ErrCode QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t userId) override;
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_client.h | 134 ErrCode QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t userId = -1);
|
H A D | bundle_active_proxy.h | 96 … ErrCode QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t userId) override;
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_active_app_group_napi.cpp | 120 asyncCallbackInfo->errorCode = BundleActiveClient::GetInstance().QueryAppGroup( in QueryAppGroupAsync() 137 napi_value QueryAppGroup(napi_env env, napi_callback_info info) in QueryAppGroup() function 195 ErrCode errorCode = BundleActiveClient::GetInstance().QueryAppGroup( in QueryAppGroupSync()
|
H A D | usage_statistics_init.cpp | 40 DECLARE_NAPI_FUNCTION("queryAppGroup", QueryAppGroup), in UsageStatisticsInit()
|
H A D | bundle_state_query.cpp | 178 asyncCallbackInfo->errorCode = BundleActiveClient::GetInstance().QueryAppGroup( in QueryAppGroupAsync()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 83 ErrCode QueryAppGroup(int32_t& appGroup, const std::string& bundleName, const int32_t userId);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_service.cpp | 459 ErrCode BundleActiveService::QueryAppGroup(int32_t& appGroup, std::string& bundleName, int32_t user… in QueryAppGroup() function in OHOS::DeviceUsageStats::BundleActiveService 479 ret = bundleActiveCore_->QueryAppGroup(appGroup, bundleName, userId); in QueryAppGroup() 484 ret = bundleActiveCore_->QueryAppGroup(appGroup, bundleName, userId); in QueryAppGroup()
|
H A D | bundle_active_stub.cpp | 245 ErrCode errCode = QueryAppGroup(appGroup, bundleName, userId); in HandleQueryAppGroup()
|
H A D | bundle_active_core.cpp | 656 ErrCode BundleActiveCore::QueryAppGroup(int32_t& appGroup, const std::string& bundleName, const int… in QueryAppGroup() function in OHOS::DeviceUsageStats::BundleActiveCore 658 return bundleGroupController_->QueryAppGroup(appGroup, bundleName, userId); in QueryAppGroup()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 408 ErrCode BundleActiveGroupController::QueryAppGroup(int32_t& appGroup, in QueryAppGroup() function in OHOS::DeviceUsageStats::BundleActiveGroupController
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_status.cpp | 416 …auto errCode = DeviceUsageStats::BundleActiveClient::GetInstance().QueryAppGroup(group, bundleName… in SetMinInterval()
|