Searched refs:beforeHandle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | set_browser_policies_plugin.cpp | 53 std::string beforeHandle = policyData.policyData; in OnHandlePolicy() local 72 if (beforeHandle.empty()) { in OnHandlePolicy() 73 beforeHandle = "{}"; in OnHandlePolicy() 77 errCode = SetRootPolicy(beforeHandle, appid, policyValue, afterHandle); in OnHandlePolicy() 79 errCode = SetPolicy(beforeHandle, appid, policyName, policyValue, afterHandle); in OnHandlePolicy() 86 serializer_->Deserialize(beforeHandle, policyDataMap); in OnHandlePolicy() 97 policyData.isChanged = afterHandle != beforeHandle; in OnHandlePolicy()
|
H A D | disallowed_usb_devices_plugin.cpp | 54 std::string beforeHandle = policyData.policyData; in OnHandlePolicy() local 56 serializer_->Deserialize(beforeHandle, beforeDevices); in OnHandlePolicy() 80 policyData.isChanged = afterHandle != beforeHandle; in OnHandlePolicy()
|
H A D | usb_read_only_plugin.cpp | 54 std::string beforeHandle = policyData.policyData; in OnHandlePolicy() local 62 policyData.isChanged = afterHandle != beforeHandle; in OnHandlePolicy()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/ |
H A D | iplugin_template.tpp | 147 std::string beforeHandle; 148 if (!serializer_->Serialize(currentData, beforeHandle)) { 160 isChanged = (beforeHandle != afterHandle);
|