Home
last modified time | relevance | path

Searched refs:DMS_API_VERSION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp45 const std::string DMS_API_VERSION = "dmsApiVersion"; variable
630 int apiVersion = remoteWant->GetIntParam(DMS_API_VERSION, DEFAULT_DMS_API_VERSION); in CheckBackgroundPermission()
631 remoteWant->RemoveParam(DMS_API_VERSION); in CheckBackgroundPermission()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp58 const string DMS_API_VERSION = "dmsApiVersion"; variable
744 want.SetParam(DMS_API_VERSION, FA_MODULE_ALLOW_MIN_API_VERSION);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp248 constexpr const char* DMS_API_VERSION = "dmsApiVersion"; variable
10180 want.SetParam(DMS_API_VERSION, apiVersion); in AddStartControlParam()