Home
last modified time | relevance | path

Searched refs:rep (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h28 int ReverseInt(int data, int &rep) override;
29 int ReverseIntDelay(int data, int &rep) override;
30 int Delay(int data, int &rep) override;
32 int TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
35 int TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
37 int TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) override;
42 int GetChildId(uint64_t &rep) override;
H A Ddbinder_test_service_skeleton.h65 virtual int ReverseInt(int data, int &rep) = 0;
66 virtual int ReverseIntDelay(int data, int &rep) = 0;
67 virtual int Delay(int data, int &rep) = 0;
69 virtual int ReverseIntDelayAsync(int data, int &rep) = 0;
70 virtual int TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
73 virtual int TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
75 virtual int TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) = 0;
80 virtual int GetChildId(uint64_t &rep) = 0;
93 int ReverseIntDelayAsync(int data, int &rep) override;
147 int ReverseInt(int data, int &rep) overrid
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp74 int DBinderTestService::ReverseInt(int data, int &rep) in ReverseInt() argument
77 rep = Reverse(data); in ReverseInt()
82 int DBinderTestService::ReverseIntDelay(int data, int &rep) in ReverseIntDelay() argument
85 rep = Reverse(data); in ReverseIntDelay()
90 int DBinderTestService::Delay(int data, int &rep) in Delay() argument
93 rep = data; in Delay()
114 int DBinderTestService::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() argument
127 int DBinderTestService::TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObjectAgain() argument
134 int DBinderTestService::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() argument
166 int DBinderTestService::GetChildId(uint64_t &rep) in GetChildId() argument
[all...]
H A Ddbinder_test_service_skeleton.cpp41 int DBinderTestServiceProxy::ReverseInt(int data, int &rep) in ReverseInt() argument
53 rep = replyParcel.ReadInt32(); in ReverseInt()
54 DBINDER_LOGE(LOG_LABEL, "rep = %{public}d, error = %{public}d", rep, error); in ReverseInt()
58 int DBinderTestServiceProxy::GetChildId(uint64_t &rep) in GetChildId() argument
65 rep = replyParcel.ReadUint64(); in GetChildId()
66 DBINDER_LOGE(LOG_LABEL, "rep = %{public}" PRIu64 ", error = %{public}d", rep, error); in GetChildId()
70 int DBinderTestServiceProxy::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() argument
83 rep in TransProxyObject()
104 TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, int &withdrawRes) TransProxyObjectAgain() argument
122 TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) TransStubObject() argument
348 ReverseIntNullReply(int data, int &rep) ReverseIntNullReply() argument
363 ReverseIntVoidData(int data, int &rep) ReverseIntVoidData() argument
375 ReverseIntDelay(int data, int &rep) ReverseIntDelay() argument
390 Delay(int data, int &rep) Delay() argument
405 ReverseIntDelayAsync(int data, int &rep) ReverseIntDelayAsync() argument
466 ReverseIntDelayAsync(int data, int &rep) ReverseIntDelayAsync() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_representation_manager.cpp23 DashRepresentationManager::DashRepresentationManager(DashRepresentationInfo *rep) in DashRepresentationManager() argument
25 SetRepresentationInfo(rep); in DashRepresentationManager()
40 void DashRepresentationManager::SetRepresentationInfo(DashRepresentationInfo *rep) in SetRepresentationInfo() argument
42 representationInfo_ = rep; in SetRepresentationInfo()
44 if (previousRepresentationInfo_ == nullptr || previousRepresentationInfo_ != rep) { in SetRepresentationInfo()
46 previousRepresentationInfo_ = rep; in SetRepresentationInfo()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Ditest_transaction_service.h29 virtual int32_t ReverseInt(int32_t data, int32_t& rep) in ReverseInt() argument
43 int32_t ReverseInt(int32_t data, int32_t& rep) override;
55 int32_t ReverseInt(int32_t data, int32_t& rep) override;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dlf_ring.c137 FILLP_ULONG rep = 0; in FillpLfRingMpEnqueue() local
167 if (++rep == LF_RING_PAUSE_REP_COUNT) { in FillpLfRingMpEnqueue()
168 rep = 0; in FillpLfRingMpEnqueue()
176 FILLP_UNUSED_PARA(rep); in FillpLfRingMpEnqueue()
218 FILLP_ULONG rep = 0; in FillpLfRingMcDequeue() local
250 if (++rep == LF_RING_PAUSE_REP_COUNT) { in FillpLfRingMcDequeue()
251 rep = 0; in FillpLfRingMcDequeue()
259 FILLP_UNUSED_PARA(rep); in FillpLfRingMcDequeue()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ditest_transaction_service.cpp30 int32_t TestTransactionServiceProxy::ReverseInt(int32_t data, int32_t& rep) in ReverseInt() argument
69 int32_t TestTransactionService::ReverseInt(int32_t data, int32_t& rep) in ReverseInt() argument
76 rep = result; in ReverseInt()
H A Dsystem_ability_mgr_test.cpp281 int32_t rep = 0; in HWTEST_F() local
282 int32_t result = targetAblility->ReverseInt(TEST_VALUE, rep); in HWTEST_F()
283 DTEST_LOG << "testAbility ReverseInt result = " << result << ", get reply = " << rep << std::endl; in HWTEST_F()
284 EXPECT_EQ(rep, TEST_REVERSE_VALUE); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/scene/common/
H A Dmedia_stat_stub.h33 explicit MediaStat(std::string rep) : reporter(std::move(rep)) in MediaStat()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp679 RepeatKey rep; in ParseRepeatKeys() local
680 if (!ConvertToKeyRepeat(repeatKey, rep)) { in ParseRepeatKeys()
683 repeatKeyVec.push_back(rep); in ParseRepeatKeys()
684 if (repeatKeyMaxTimes.find(rep.keyCode) == repeatKeyMaxTimes.end()) { in ParseRepeatKeys()
685 repeatKeyMaxTimes.insert(std::make_pair(rep.keyCode, rep.times)); in ParseRepeatKeys()
687 if (repeatKeyMaxTimes[rep.keyCode] < rep.times) { in ParseRepeatKeys()
688 repeatKeyMaxTimes[rep.keyCode] = rep in ParseRepeatKeys()
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service.h30 int TestSyncTransaction(int data, int &rep, int delayTime = 0) override;
44 int TestMultipleProcesses(int data, int &rep, int delayTime) override;
H A Dtest_service_skeleton.h73 virtual int TestMultipleProcesses(int data, int &rep, int delayTime) = 0;
147 int TestMultipleProcesses(int data, int &rep, int delayTime) override;
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h79 bool SupportRep(size_t rep) const;
176 inline bool VInputDevice::SupportRep(size_t rep) const in SupportRep()
178 return (TestBit(EV_REP, evBitmask_) && TestBit(rep, repBitmask_)); in SupportRep()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp82 int TestService::TestSyncTransaction(int data, int &rep, int delayTime) in TestSyncTransaction() argument
84 rep = Reverse(data); in TestSyncTransaction()
232 int TestService::TestMultipleProcesses(int data, int &rep, int delayTime) in TestMultipleProcesses() argument
235 (void)rep; in TestMultipleProcesses()
H A Dtest_service_skeleton.cpp230 auto rep = replyParcel.ReadRemoteObject(); in TestGetFooService() local
231 if (rep == nullptr) { in TestGetFooService()
235 return iface_cast<IFoo>(rep); in TestGetFooService()
676 int TestServiceProxy::TestMultipleProcesses(int data, int &rep, int delayTime) in TestMultipleProcesses() argument
687 rep = replyParcel.ReadInt32(); in TestMultipleProcesses()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp80 void SqliteUtils::Replace(std::string &src, const std::string &rep, const std::string &dst) in Replace() argument
82 if (src.empty() || rep.empty()) { in Replace()
86 while ((pos = src.find(rep, pos)) != std::string::npos) { in Replace()
87 src.replace(pos, rep.length(), dst); in Replace()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp41 static bool ChangeKeyFileDate(const std::string &dbName, int rep);
148 bool RdbRekeyTest::ChangeKeyFileDate(const std::string &dbName, int rep) in ChangeKeyFileDate() argument
161 std::chrono::system_clock::to_time_t(std::chrono::system_clock::system_clock::now() - std::chrono::hours(rep)); in ChangeKeyFileDate()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_utils.h41 return static_cast<typename Duration::rep>(0); in GetDiffTime()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h53 static void Replace(std::string &src, const std::string &rep, const std::string &dst);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_looper_impl.cpp108 std::chrono::milliseconds::rep timeLeft = timeoutMillis; in ProcessAllMessages()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp745 for (uint32_t rep = REP_DELAY; rep < REP_MAX; ++rep) { in GetRepeatBits()
746 if (TestBit(EV_REP, device->evBitmask) && TestBit(rep, repBitmask)) { in GetRepeatBits()
747 DHLOGI("Get Repeat event: %{public}d", rep); in GetRepeatBits()
748 device->identifier.repeats.push_back(rep); in GetRepeatBits()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1007 for (const auto &rep : repList) { in SetOndemandSegBase()
1008 if (rep->representationSegList_ != nullptr || rep->representationSegTmplt_ != nullptr) { in SetOndemandSegBase()
1014 if (rep->representationSegBase_ != nullptr && rep->representationSegBase_->indexRange_.size() > 0) { in SetOndemandSegBase()

Completed in 19 milliseconds