/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service.h | 28 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 D | dbinder_test_service_skeleton.h | 65 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 D | dbinder_test_service.cpp | 74 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 D | dbinder_test_service_skeleton.cpp | 41 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 D | dash_representation_manager.cpp | 23 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 D | itest_transaction_service.h | 29 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 D | lf_ring.c | 137 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 D | itest_transaction_service.cpp | 30 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 D | system_ability_mgr_test.cpp | 281 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 D | media_stat_stub.h | 33 explicit MediaStat(std::string rep) : reporter(std::move(rep)) in MediaStat()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 679 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 D | test_service.h | 30 int TestSyncTransaction(int data, int &rep, int delayTime = 0) override; 44 int TestMultipleProcesses(int data, int &rep, int delayTime) override;
|
H A D | test_service_skeleton.h | 73 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 D | v_input_device.h | 79 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 D | test_service.cpp | 82 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 D | test_service_skeleton.cpp | 230 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 D | sqlite_utils.cpp | 80 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 D | rdb_store_rekey_test.cpp | 41 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 D | dp_utils.h | 41 return static_cast<typename Duration::rep>(0); in GetDiffTime()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_utils.h | 53 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 D | rs_thread_looper_impl.cpp | 108 std::chrono::milliseconds::rep timeLeft = timeoutMillis; in ProcessAllMessages()
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 745 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 D | dash_mpd_downloader.cpp | 1007 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()
|