Searched refs:CArrAppAccountInfo (Results 1 - 7 of 7) sorted by relevance
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_impl.h | 58 int32_t on(std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)); 59 int32_t off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)); 84 std::vector<AppAccountInfo> Convert2VecAppAccountInfo(const CArrAppAccountInfo &in); 85 CArrAppAccountInfo Convert2CArrAppAccountInfo(const std::vector<AppAccountInfo> &in); 86 CArrAppAccountInfo Convert2CArrAppAccountInfo( 94 std::vector<std::pair<std::string, std::string>> Convert2VecAppAccountInfo(CArrAppAccountInfo &in); 98 const std::function<void(CArrAppAccountInfo)> *f1, const std::function<void(CArrAppAccountInfo)> *f2);
|
H A D | appaccount_defination.h | 45 } CArrAppAccountInfo; typedef 65 CArrAppAccountInfo allowedAccounts; 72 CArrAppAccountInfo cArrAppAccountInfo;
|
H A D | appaccount_common.h | 34 void SetCallbackRef(std::function<void(CArrAppAccountInfo)> callbackRef); 36 std::function<void(CArrAppAccountInfo)> ref_; 43 std::function<void(CArrAppAccountInfo)> callbackRef; 49 std::function<void(CArrAppAccountInfo)> callbackRef;
|
H A D | appaccount_ffi.h | 71 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)); 73 int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_common.cpp | 80 void SubscribePtr::SetCallbackRef(std::function<void(CArrAppAccountInfo)> callbackRef) in SetCallbackRef()
|
H A D | appaccount_impl.cpp | 304 const std::function<void(CArrAppAccountInfo)> *f1, const std::function<void(CArrAppAccountInfo)> *f2) in IsSameFunction() 323 std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in on() 358 int32_t CJAppAccountImpl::off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in off() 625 CArrAppAccountInfo CJAppAccountImpl::Convert2CArrAppAccountInfo(const std::vector<AppAccountInfo> &in) in Convert2CArrAppAccountInfo() 627 CArrAppAccountInfo res{}; in Convert2CArrAppAccountInfo() 649 CArrAppAccountInfo CJAppAccountImpl::Convert2CArrAppAccountInfo( in Convert2CArrAppAccountInfo() 652 CArrAppAccountInfo res{}; in Convert2CArrAppAccountInfo() 763 std::vector<std::pair<std::string, std::string>> CJAppAccountImpl::Convert2VecAppAccountInfo(CArrAppAccountInfo &in) in Convert2VecAppAccountInfo()
|
H A D | appaccount_ffi.cpp | 241 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOn() 250 int32_t FfiAppAccountAppAccountManagerOff(int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOff()
|
Completed in 4 milliseconds