Searched refs:changeReason (Results 1 - 9 of 9) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | app_group_callback_info.cpp | 22 uint32_t changeReason, std::string bundleName) in AppGroupCallbackInfo() 27 changeReason_ = changeReason; in AppGroupCallbackInfo() 21 AppGroupCallbackInfo(int32_t userId, int32_t oldGroup, int32_t newGroup, uint32_t changeReason, std::string bundleName) AppGroupCallbackInfo() argument
|
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | app_group_observer_napi.cpp | 64 // changeReason in SetBundleGroupChangedData() 65 napi_create_uint32(commonEventDataWorkerData->env, commonEventDataWorkerData->changeReason, &value); in SetBundleGroupChangedData() 66 napi_set_named_property(commonEventDataWorkerData->env, result, "changeReason", value); in SetBundleGroupChangedData() 73 "changeReason=%{public}d, bundleName=%{public}s", in SetBundleGroupChangedData() 75 commonEventDataWorkerData->changeReason, commonEventDataWorkerData->bundleName.c_str()); in SetBundleGroupChangedData() 160 callbackReceiveDataWorker->changeReason = callBackInfo->GetChangeReason(); in OnAppGroupChanged()
|
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_stub.cpp | 57 uint32_t changeReason = 0; in OnRemoteRequest() local 58 if (!data.ReadUint32(changeReason)) { in OnRemoteRequest() 59 TLOGE(WmsLogTag::WMS_LAYOUT, "read changeReason failed"); in OnRemoteRequest() 62 if (changeReason < static_cast<uint32_t>(WindowSizeChangeReason::UNDEFINED) || in OnRemoteRequest() 63 changeReason > static_cast<uint32_t>(WindowSizeChangeReason::END)) { in OnRemoteRequest() 67 WindowSizeChangeReason reason = static_cast<WindowSizeChangeReason>(changeReason); in OnRemoteRequest()
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_test.cpp | 387 uint32_t changeReason = 1; in HWTEST_F() local 389 std::make_shared<AppGroupCallbackInfo>(g_commonUserid, oldGroup, newGroup, changeReason, g_defaultBundleName); in HWTEST_F() 399 EXPECT_EQ(appGroupCallback->GetChangeReason(), changeReason); in HWTEST_F() 528 uint32_t changeReason = 1; in HWTEST_F() local 529 AppGroupCallbackInfo appGroupCallbackInfo(g_commonUserid, oldGroup, newGroup, changeReason, g_defaultBundleName); in HWTEST_F() 546 uint32_t changeReason = 1; in HWTEST_F() local 547 AppGroupCallbackInfo appGroupCallbackInfo(g_commonUserid, oldGroup, newGroup, changeReason, g_defaultBundleName); in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | app_group_callback_info.h | 28 AppGroupCallbackInfo(int32_t userId, int32_t oldGroup, int32_t newGroup, uint32_t changeReason,
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/ |
H A D | dps_event_report.h | 77 EventType changeReason; member
|
/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | bundle_state_data.h | 67 uint32_t changeReason = 0; member
|
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 638 uint32_t changeReason = 0; in HandleUpdateSessionRect() local 639 if (!data.ReadUint32(changeReason)) { in HandleUpdateSessionRect() 640 TLOGE(WmsLogTag::WMS_LAYOUT, "read changeReason failed"); in HandleUpdateSessionRect() 643 if (changeReason < static_cast<uint32_t>(SizeChangeReason::UNDEFINED) || in HandleUpdateSessionRect() 644 changeReason > static_cast<uint32_t>(SizeChangeReason::END)) { in HandleUpdateSessionRect() 648 SizeChangeReason reason = static_cast<SizeChangeReason>(changeReason); in HandleUpdateSessionRect()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/ |
H A D | dps_event_report.cpp | 135 dpsEventInfo.changeReason = EventType::USER_INITIATED_EVENT; in SetEventInfo()
|
Completed in 8 milliseconds