Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_bundle_connection_test.cpp91 EXPECT_TRUE(remoteObject->code_ == IEnterpriseAdmin::COMMAND_ON_BUNDLE_REMOVED);
111 EXPECT_TRUE(remoteObject->code_ != IEnterpriseAdmin::COMMAND_ON_BUNDLE_REMOVED);
/ohos5.0/base/customization/enterprise_device_management/framework/extension/include/
H A Dienterprise_admin.h67 COMMAND_ON_BUNDLE_REMOVED = 4, enumerator
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/connection/
H A Denterprise_admin_proxy.cpp66 SendRequest(COMMAND_ON_BUNDLE_REMOVED, data); in OnBundleRemoved()
/ohos5.0/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_stub.cpp52 case COMMAND_ON_BUNDLE_REMOVED: in CallFuncByCode()