Searched refs:RemoveKeyInProfileByRust (Results 1 – 4 of 4) sorted by relevance
24 int32_t RemoveKeyInProfileByRust(const char* bundleName) in RemoveKeyInProfileByRust() function
25 int32_t RemoveKeyInProfileByRust(const char* bundleName);
268 int ret = RemoveKeyInProfileByRust(bundleName.c_str()); in RemoveKeyInProfile()
104 pub extern "C" fn RemoveKeyInProfileByRust(bundle_name: *const c_char) -> i32 { in RemoveKeyInProfileByRust() function