Searched refs:timeoutNS (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_node_showing_command.cpp | 42 uint64_t timeoutNS; in Unmarshalling() local 59 uint64_t timeoutNS; in CheckHeader() local 64 RSMarshallingHelper::Unmarshalling(parcel, timeoutNS) && timeoutNS == timeoutNS_; in CheckHeader() 109 uint64_t timeoutNS; in Unmarshalling() local 110 if (!RSMarshallingHelper::Unmarshalling(parcel, timeoutNS)) { in Unmarshalling() 125 uint64_t timeoutNS; in CheckHeader() local 129 RSMarshallingHelper::Unmarshalling(parcel, timeoutNS) && timeoutNS == timeoutNS_; in CheckHeader() 176 uint64_t timeoutNS; in Unmarshalling() local 177 if (!RSMarshallingHelper::Unmarshalling(parcel, timeoutNS)) { in Unmarshalling() 192 uint64_t timeoutNS; in CheckHeader() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_showing_command.h | 40 NodeId targetId, std::shared_ptr<RSRenderPropertyBase> property, uint64_t timeoutNS = 1e8) 41 : RSSyncTask(timeoutNS), targetId_(targetId), property_(property) 76 explicit RSNodeGetShowingPropertiesAndCancelAnimation(uint64_t timeoutNS, PropertiesMap&& map) in RSNodeGetShowingPropertiesAndCancelAnimation() argument 77 : RSSyncTask(timeoutNS), propertiesMap_(std::move(map)) in RSNodeGetShowingPropertiesAndCancelAnimation() 95 RSNodeGetShowingPropertiesAndCancelAnimation(uint64_t timeoutNS): RSSyncTask(timeoutNS) {} in RSNodeGetShowingPropertiesAndCancelAnimation() argument 106 …explicit RSNodeGetAnimationsValueFraction(uint64_t timeoutNS, NodeId nodeId, AnimationId animation… in RSNodeGetAnimationsValueFraction() argument 107 : RSSyncTask(timeoutNS), nodeId_(nodeId), animationId_(animationId) in RSNodeGetAnimationsValueFraction() 125 RSNodeGetAnimationsValueFraction(uint64_t timeoutNS): RSSyncTask(timeoutNS) {} in RSNodeGetAnimationsValueFraction() argument
|
H A D | rs_command.h | 122 RSSyncTask(uint64_t timeoutNS) : timeoutNS_(timeoutNS) {} in RSSyncTask() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_showing_command_test.cpp | 145 uint64_t timeoutNS = 0; variable 147 RSNodeGetShowingPropertiesAndCancelAnimation animation(timeoutNS); 159 uint64_t timeoutNS = 0; variable 161 RSNodeGetShowingPropertiesAndCancelAnimation animation(timeoutNS); 173 uint64_t timeoutNS = 0; variable 175 RSNodeGetShowingPropertiesAndCancelAnimation animation(timeoutNS); 187 uint64_t timeoutNS = 0; variable 189 RSNodeGetShowingPropertiesAndCancelAnimation animation(timeoutNS); 202 uint64_t timeoutNS = 0; variable 203 RSNodeGetShowingPropertiesAndCancelAnimation animation(timeoutNS); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_rosen_sync_task.h | 26 explicit AceRosenSyncTask(std::function<void()>&& task, unsigned long long timeoutNS = 30e9) 27 : Rosen::RSSyncTask(timeoutNS), task_(std::move(task))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 75 uint64_t timeoutNS = GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local 77 config.id = timeoutNS; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/ |
H A D | rsrenderserviceconnection_fuzzer.cpp | 154 uint64_t timeoutNS = GetData<uint64_t>(); in DoExecuteSynchronousTask() local 155 auto task = std::make_shared<DerivedSyncTask>(timeoutNS); in DoExecuteSynchronousTask()
|