Searched refs:PARAM_NAME_BUNDLE_NAME (Results 1 - 3 of 3) sorted by relevance
/base/security/asset/services/core_service/src/ |
H A D | stub.rs | 28 EventType, ExtDbMap, PARAM_NAME_APP_INDEX, PARAM_NAME_BUNDLE_NAME, PARAM_NAME_IS_HAP, PARAM_NAME_USER_ID, 72 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(process_info.process_name.clone())); in descriptor()
|
/base/security/asset/services/core_service/src/common_event/ |
H A D | listener.rs | 45 EventType, ExtDbMap, PARAM_NAME_APP_INDEX, PARAM_NAME_BUNDLE_NAME, PARAM_NAME_IS_HAP, PARAM_NAME_USER_ID, 183 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(bundle_name.as_bytes().to_vec())); 245 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(bundle_name.as_bytes().to_vec())); 300 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(self_bundle_name.as_bytes().to_vec()));
|
/base/security/asset/services/core_service/src/operations/ |
H A D | common.rs | 32 use asset_sdk::plugin_interface::{EventType, ExtDbMap, PARAM_NAME_BUNDLE_NAME, PARAM_NAME_USER_ID}; 209 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(caller_name.as_bytes().to_vec())); 223 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(caller_name.as_bytes().to_vec())); 234 params.insert(PARAM_NAME_BUNDLE_NAME, Value::Bytes(calling_info.owner_info().clone()));
|
Completed in 2 milliseconds