Home
last modified time | relevance | path

Searched refs:DistributedSchedule (Results 1 - 25 of 386) sorted by relevance

12345678910>>...16

/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Ddms_info_collector.cpp34 svrProfile.SetServiceName(DistributedSchedule::Constants::DMS_SERVICE_ID); in ConvertToProfile()
35 svrProfile.SetServiceType(DistributedSchedule::Constants::DMS_SERVICE_ID); in ConvertToProfile()
45 charProfile.SetServiceName(DistributedSchedule::Constants::DMS_SERVICE_ID); in ConvertToProfile()
46 charProfile.SetCharacteristicKey(DistributedSchedule::Constants::DMS_CHAR_ID); in ConvertToProfile()
53 cJSON* item = cJSON_AddStringToObject(jsonData, DistributedSchedule::Constants::PACKAGE_NAMES, in ConvertToProfile()
54 DistributedSchedule::Constants::DMS_NAME); in ConvertToProfile()
60 item = cJSON_AddStringToObject(jsonData, DistributedSchedule::Constants::VERSIONS, in ConvertToProfile()
61 DistributedSchedule::Constants::DMS_VERSION); in ConvertToProfile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.h25 class DmsEventListener : public DistributedSchedule::DSchedEventListenerStub {
29 void DSchedEventNotify(DistributedSchedule::EventNotify &notify);
40 void ReceiveDmsEvent(DistributedSchedule::EventNotify &event);
55 std::deque<std::pair<DistributedSchedule::EventNotify, std::chrono::steady_clock::time_point>> dmsEvents_{};
57 sptr<DistributedSchedule::IDSchedEventListener> dmsEventListener_;
H A Dobject_dms_handler.cpp27 void DmsEventListener::DSchedEventNotify(DistributedSchedule::EventNotify &notify) in DSchedEventNotify()
32 void ObjectDmsHandler::ReceiveDmsEvent(DistributedSchedule::EventNotify &event) in ReceiveDmsEvent()
56 if (it->first.dSchedEventType_ != DistributedSchedule::DMS_CONTINUE) { in IsContinue()
85 if (it->first.dSchedEventType_ != DistributedSchedule::DMS_CONTINUE) { in GetDstBundleName()
104 dmsEventListener_ = sptr<DistributedSchedule::IDSchedEventListener>(new DmsEventListener); in RegisterDmsEvent()
110 auto status = DistributedSchedule::DmsHandler::GetInstance().RegisterDSchedEventListener( in RegisterDmsEvent()
111 DistributedSchedule::DSchedEventType::DMS_ALL, dmsEventListener_); in RegisterDmsEvent()
/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/
H A Ddschedtransportsoftbusadapter_fuzzer.cpp24 namespace DistributedSchedule { namespace
162 OHOS::DistributedSchedule::FuzzOnBind(data, size); in LLVMFuzzerTestOneInput()
163 OHOS::DistributedSchedule::FuzzOnShutdown(data, size); in LLVMFuzzerTestOneInput()
164 OHOS::DistributedSchedule::FuzzOnBytes(data, size); in LLVMFuzzerTestOneInput()
165 OHOS::DistributedSchedule::FuzzConnectDevice(data, size); in LLVMFuzzerTestOneInput()
166 OHOS::DistributedSchedule::FuzzDisconnectDevice(data, size); in LLVMFuzzerTestOneInput()
167 OHOS::DistributedSchedule::FuzzOnDataReady(data, size); in LLVMFuzzerTestOneInput()
168 OHOS::DistributedSchedule::FuzzRegisterListener(data, size); in LLVMFuzzerTestOneInput()
169 OHOS::DistributedSchedule::FuzzUnregisterListener(data, size); in LLVMFuzzerTestOneInput()
170 OHOS::DistributedSchedule in LLVMFuzzerTestOneInput()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp46 DistributedSchedule::EventNotify notify; in HWTEST_F()
47 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
72 DistributedSchedule::EventNotify notify; in HWTEST_F()
73 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
97 DistributedSchedule::EventNotify notify; in HWTEST_F()
98 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
130 DistributedSchedule::EventNotify notify; in HWTEST_F()
131 notify.dSchedEventType_ = DistributedSchedule::DSchedEventType::DMS_CONTINUE; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Dmock_dtbschedmgr_device_info.cpp19 namespace DistributedSchedule { namespace
22 return OHOS::DistributedSchedule::DmsMgrDeviceInfoStore::dmsStore->GetLocalDeviceId(networkId); in GetLocalDeviceId()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Dmock_distributed_sched_adapter.cpp19 namespace DistributedSchedule { namespace
23 return OHOS::DistributedSchedule::AdapterMock::dmsAdapter->GetLocalMissionSnapshotInfo(networkId, missionId, in GetLocalMissionSnapshotInfo()
H A Ddistributed_mission_info_test.h22 namespace DistributedSchedule { namespace
/foundation/ability/dmsfwk/test/fuzztest/continuationmanager_fuzzer/
H A Dcontinuationmanager_fuzzer.cpp25 namespace DistributedSchedule { namespace
31 const std::u16string DMS_INTERFACE_TOKEN = u"OHOS.DistributedSchedule.IDistributedAbilityManager";
73 if (size < OHOS::DistributedSchedule::THRESHOLD) { in LLVMFuzzerTestOneInput()
77 OHOS::DistributedSchedule::FuzzUnregister(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp26 namespace DistributedSchedule { namespace
59 OHOS::DistributedSchedule::FuzzSendSoftbusEvent(data, size); in LLVMFuzzerTestOneInput()
60 OHOS::DistributedSchedule::FuzzOnBroadCastRecv(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp35 namespace DistributedSchedule { namespace
1007 OHOS::DistributedSchedule::StartRemoteAbilityInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1008 OHOS::DistributedSchedule::ConnectRemoteAbilityInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1009 OHOS::DistributedSchedule::DisconnectRemoteAbilityInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1010 OHOS::DistributedSchedule::StartContinuationInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1011 OHOS::DistributedSchedule::NotifyCompleteContinuationInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1012 OHOS::DistributedSchedule::ContinueMissionInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1013 OHOS::DistributedSchedule::ContinueMissionOfBundleNameInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1014 OHOS::DistributedSchedule::GetMissionInfosInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
1015 OHOS::DistributedSchedule in LLVMFuzzerTestOneInput()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_free_install_callback_proxy.cpp23 namespace DistributedSchedule { namespace
27 using OHOS::DistributedSchedule::IDmsFreeInstallCallback;
72 } // namespace DistributedSchedule
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Dapp_info_collector.cpp49 dmsName = DistributedSchedule::Constants::DMS_NAME; in GetDmsVersionInfo()
50 dmsVersionData = DistributedSchedule::Constants::DMS_VERSION; in GetDmsVersionInfo()
/foundation/ability/dmsfwk/test/fuzztest/dschedallconnectmanager_fuzzer/
H A Ddschedallconnectmanager_fuzzer.cpp22 namespace DistributedSchedule { namespace
139 OHOS::DistributedSchedule::FuzzApplyAdvanceResource(data, size); in LLVMFuzzerTestOneInput()
140 OHOS::DistributedSchedule::FuzzGetResourceRequest(data, size); in LLVMFuzzerTestOneInput()
141 OHOS::DistributedSchedule::FuzzPublishServiceState(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/test/fuzztest/bundlemanagercallbackstub_fuzzer/
H A Dbundlemanagercallbackstub_fuzzer.cpp22 namespace DistributedSchedule { namespace
59 OHOS::DistributedSchedule::OnQueryInstallationFinishedInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/test/fuzztest/dmsfreeinstallcallbackstub_fuzzer/
H A Ddmsfreeinstallcallbackstub_fuzzer.cpp24 namespace DistributedSchedule { namespace
66 OHOS::DistributedSchedule::OnInstallFinishedInnerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/test/fuzztest/abilityconnectionwrapperstub_fuzzer/
H A Dabilityconnectionwrapperstub_fuzzer.cpp24 namespace DistributedSchedule { namespace
95 OHOS::DistributedSchedule::OnAbilityConnectDoneFuzzTest(data, size); in LLVMFuzzerTestOneInput()
96 OHOS::DistributedSchedule::OnAbilityDisconnectDoneFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/interfaces/innerkits/continuation_manager/include/
H A Dcontinuation_mode.h20 namespace DistributedSchedule { namespace
36 } // namespace DistributedSchedule
/foundation/ability/dmsfwk/test/fuzztest/dschedsoftbussession_fuzzer/
H A Ddschedsoftbussession_fuzzer.cpp26 namespace DistributedSchedule { namespace
85 OHOS::DistributedSchedule::FuzzOnBytesReceived(data, size); in LLVMFuzzerTestOneInput()
/foundation/ability/dmsfwk/common/test/unittest/include/
H A Ddistributed_sched_utils_test.h22 namespace DistributedSchedule { namespace
30 } // namespace DistributedSchedule
/foundation/ability/dmsfwk/common/include/
H A Dtest_log.h20 namespace DistributedSchedule { namespace
22 } // namespace DistributedSchedule
/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_callback_interface.h23 namespace DistributedSchedule { namespace
30 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.DistributedSchedule.IDmsBundleManagerCallback");
32 } // namespace DistributedSchedule
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_mission_died_listener.cpp22 namespace DistributedSchedule { namespace
31 } // namespace DistributedSchedule
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Dcontinuation_manager_module.cpp21 .nm_register_func = OHOS::DistributedSchedule::JsContinuationManagerInit,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dmission_constant.h20 namespace DistributedSchedule { namespace
26 } // namespace DistributedSchedule

Completed in 11 milliseconds

12345678910>>...16