Home
last modified time | relevance | path

Searched refs:APP_ADDED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dpolicy_type.h24 APP_ADDED, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp49 listener_.OnPolicyChanged(PolicyType::APP_ADDED, detectorVal); in OnReceiveEvent()
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp33 const std::string APP_ADDED = "app_added"; variable
289 defaultPaymentElement_.GetBundleName(), APP_ADDED); in OnAppAddOrChangeOrRemove()
587 std::string appStatus = defaultPaymentBundleInstalled_ ? APP_ADDED : APP_REMOVED; in InitDefaultPaymentApp()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp335 case PolicyType::APP_ADDED: { in OnPolicyChanged()